From 05f805445acb0d581e8be6ffe13f3119a3c36fa1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20N=C3=A9grier?= Date: Sun, 5 Dec 2021 21:33:40 +0100 Subject: [PATCH] Adding a delay.... who knows! --- tests/tests/variables.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/tests/variables.ts b/tests/tests/variables.ts index 86a6f954..f2ad07b5 100644 --- a/tests/tests/variables.ts +++ b/tests/tests/variables.ts @@ -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')