mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-27 20:15:26 +00:00
refactor: file indentation alignment
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
This commit is contained in:
@@ -89,9 +89,9 @@ export class _mainPage {
|
||||
|
||||
// click on New User button, feed details
|
||||
cy.get('button:contains("New User")').first().click();
|
||||
|
||||
|
||||
cy.snip("NewUser");
|
||||
|
||||
|
||||
cy.get('label:contains("E-mail")')
|
||||
.next("input")
|
||||
.type(userCred.username)
|
||||
|
||||
Reference in New Issue
Block a user