1
0
Fork 0
mirror of synced 2024-06-29 11:31:06 +12:00
This commit is contained in:
Maurits Lourens 2021-08-06 21:46:44 +02:00 committed by GitHub
parent aa1d214c4d
commit 10e8b54f4f

View file

@ -15,7 +15,7 @@ context("Screen Tests", () => {
it("Should update the url", () => {
cy.createScreen("Test Screen", "test with spaces")
cy.get(".nav-items-container").within(() => {
cy.contains("/test_with_spaces").should("exist")
cy.contains("/test-with-spaces").should("exist")
})
})
})