Adding a delay.... who knows!
This commit is contained in:
parent
a5325e9327
commit
05f805445a
1 changed files with 1 additions and 0 deletions
|
@ -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')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue