Adding a delay.... who knows!

This commit is contained in:
David Négrier 2021-12-05 21:33:40 +01:00
parent a5325e9327
commit 05f805445a

View file

@ -63,6 +63,7 @@ test("Test that variables storage works", async (t: TestController) => {
await t
.wait(10000) // Note sure why but maybe this will solve problem in CI/CD env
.switchToIframe("#cowebsite-buffer iframe")
.expect(variableInput.value).eql('new value')