Test Skip & Remove retries
I meant to also skip dev mode test within UserSettings Also removing test retries (not useful currently)
This commit is contained in:
parent
9280eedad1
commit
ad8510dad8
|
@ -11,9 +11,5 @@
|
||||||
"WORKER_PORT": "4200",
|
"WORKER_PORT": "4200",
|
||||||
"JWT_SECRET": "test",
|
"JWT_SECRET": "test",
|
||||||
"HOST_IP": ""
|
"HOST_IP": ""
|
||||||
},
|
|
||||||
"retries": {
|
|
||||||
"runMode": 1,
|
|
||||||
"openMode": 0
|
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -81,7 +81,7 @@ filterTests(["smoke", "all"], () => {
|
||||||
cy.login("test@test.com", "newpwd")
|
cy.login("test@test.com", "newpwd")
|
||||||
})
|
})
|
||||||
|
|
||||||
it("should open and close developer mode", () => {
|
xit("should open and close developer mode", () => {
|
||||||
cy.get(".user-dropdown .icon", { timeout: 2000 }).click({ force: true })
|
cy.get(".user-dropdown .icon", { timeout: 2000 }).click({ force: true })
|
||||||
|
|
||||||
// Close developer mode & verify
|
// Close developer mode & verify
|
||||||
|
|
Loading…
Reference in New Issue