1
0
Fork 0
mirror of synced 2024-09-29 16:51:33 +13:00

Minor formatting

This commit is contained in:
Dean 2022-04-08 10:31:04 +01:00
parent 3a563fe922
commit e0ebd08cf6

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