1
0
Fork 0
mirror of synced 2024-06-23 08:30:31 +12:00

Fix cypress tests

This commit is contained in:
Andrew Kingston 2020-12-14 13:33:34 +00:00
parent 119107834f
commit fb1ca5e7ef

View file

@ -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")