Skipping Screen Tests
There are 4 tests in this file - Skipped create and delete screen tests (covered by API) - Update URL test remains (will eventually be covered via E2E with QA Wolf) - Create and filter screens by access level test remains (This is due for API coverage within another ticket)
This commit is contained in:
parent
042c6f5c92
commit
4c546463e6
|
@ -9,7 +9,7 @@ filterTests(["smoke", "all"], () => {
|
|||
cy.navigateToFrontend()
|
||||
})
|
||||
|
||||
it("Should successfully create a screen", () => {
|
||||
it.skip("Should successfully create a screen", () => {
|
||||
cy.createScreen("test")
|
||||
cy.get(interact.BODY).within(() => {
|
||||
cy.contains("/test").should("exist")
|
||||
|
@ -23,7 +23,7 @@ filterTests(["smoke", "all"], () => {
|
|||
})
|
||||
})
|
||||
|
||||
it("should delete all screens then create first screen via button", () => {
|
||||
it.skip("should delete all screens then create first screen via button", () => {
|
||||
cy.deleteAllScreens()
|
||||
|
||||
cy.contains("Create first screen").click()
|
||||
|
|
Loading…
Reference in New Issue