From 27744d8e563aea995f7911330c63add85ed31ca4 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 15 Nov 2022 15:56:10 +0100 Subject: Upgrade chromedriver --- client/e2e/src/po/signup.po.ts | 3 +++ 1 file changed, 3 insertions(+) (limited to 'client/e2e/src') diff --git a/client/e2e/src/po/signup.po.ts b/client/e2e/src/po/signup.po.ts index 7a17198cc..cc2ed7c5f 100644 --- a/client/e2e/src/po/signup.po.ts +++ b/client/e2e/src/po/signup.po.ts @@ -42,6 +42,9 @@ export class SignupPage { } if (options.email) { + // Fix weird bug on firefox that "cannot scroll into view" when using just `setValue` + await $('#email').scrollIntoView(false) + await $('#email').waitForClickable() await $('#email').setValue(options.email) } -- cgit v1.2.3