Minor formatting

This commit is contained in:
Dean 2022-04-08 10:31:04 +01:00
parent fe9f3aeafc
commit 63ec5b0fc3
1 changed files with 1 additions and 1 deletions

View File

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