1
0
Fork 0
mirror of synced 2024-08-19 03:51:29 +12:00

Minor formatting

This commit is contained in:
Dean 2022-04-08 10:31:04 +01:00
parent fe9f3aeafc
commit 63ec5b0fc3

View file

@ -34,7 +34,7 @@ filterTests(["smoke", "all"], () => {
cy.get(".nav-items-container").within(() => {
cy.contains("/open-to-all").should("exist")
//The access level should now be set to admin. Previous screens should be filtered.
cy.get(".nav-item").contains("/test-screen").should('not.exist')
cy.get(".nav-item").contains("/test-screen").should("not.exist")
})
})
})