half a second delay so there is time to fetch webuisettings
This commit is contained in:
parent
2d27128477
commit
28f00cfa98
|
|
@ -1,6 +1,7 @@
|
|||
describe('Hidden Nav', () => {
|
||||
beforeEach(() => {
|
||||
cy.visit("/")
|
||||
cy.wait(500)
|
||||
});
|
||||
|
||||
it("Footer contains promo", () => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue