Fix cypress tests
This commit is contained in:
parent
75b971f6ff
commit
2da376df19
|
@ -115,7 +115,7 @@ Cypress.Commands.add("createUser", (email, password, role) => {
|
|||
// Create User
|
||||
cy.contains("Users").click()
|
||||
|
||||
cy.contains("Create New Row").click()
|
||||
cy.contains("Create New User").click()
|
||||
|
||||
cy.get(".modal").within(() => {
|
||||
cy.get("input")
|
||||
|
|
Loading…
Reference in New Issue