From f74832ce17503b99ee11a193ad03b8585f5651cb Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 5 Mar 2021 10:26:10 +0100 Subject: Fix local e2e tests --- client/e2e/src/po/app.po.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'client/e2e/src/po/app.po.ts') diff --git a/client/e2e/src/po/app.po.ts b/client/e2e/src/po/app.po.ts index 4954880ef..3ed65399e 100644 --- a/client/e2e/src/po/app.po.ts +++ b/client/e2e/src/po/app.po.ts @@ -9,6 +9,8 @@ export class AppPage { await element(by.css('.configure-instance-button')).click() + await browser.sleep(5000) + await browser.switchTo().window(firstHandle) } } -- cgit v1.2.3