From 08a83242906431acb06dde79467ec7dfdefa49f8 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Thu, 7 Aug 2025 15:11:16 -0500 Subject: Fix e2e (#8794) * Only enable policy update overlay once the actual Overlay mounts (after onboarding and all that) * Disable policy overlay in e2e * Add comments * Add extra insurance * Rm log * Fix shared prefs test * Fix login flows by optionally closing 'Remember password' system dialog * Return missing testID * Bump dev-env --- __e2e__/flows/create-account.yml | 3 +++ __e2e__/flows/login.yml | 3 +++ 2 files changed, 6 insertions(+) (limited to '__e2e__') diff --git a/__e2e__/flows/create-account.yml b/__e2e__/flows/create-account.yml index d03d3232f..4d49e9b6a 100644 --- a/__e2e__/flows/create-account.yml +++ b/__e2e__/flows/create-account.yml @@ -28,6 +28,9 @@ appId: xyz.blueskyweb.app - hideKeyboard - tapOn: id: "nextBtn" +- tapOn: + text: "Not Now" + optional: true - inputText: "e2e-test" - tapOn: id: "nextBtn" diff --git a/__e2e__/flows/login.yml b/__e2e__/flows/login.yml index 80e61a3ba..5ca40224c 100644 --- a/__e2e__/flows/login.yml +++ b/__e2e__/flows/login.yml @@ -23,4 +23,7 @@ appId: xyz.blueskyweb.app id: "loginPasswordInput" - inputText: "hunter2" - pressKey: Enter +- tapOn: + text: "Not Now" + optional: true - assertVisible: "Following" -- cgit 1.4.1