Fix cypress tests

This commit is contained in:
Andrew Kingston 2020-12-14 13:33:34 +00:00
parent 75b971f6ff
commit 2da376df19
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ Cypress.Commands.add("createUser", (email, password, role) => {
// Create User // Create User
cy.contains("Users").click() cy.contains("Users").click()
cy.contains("Create New Row").click() cy.contains("Create New User").click()
cy.get(".modal").within(() => { cy.get(".modal").within(() => {
cy.get("input") cy.get("input")