about summary refs log tree commit diff
path: root/__e2e__/flows/create-account.yml
diff options
context:
space:
mode:
authorEric Bailey <git@esb.lol>2025-08-07 15:11:16 -0500
committerGitHub <noreply@github.com>2025-08-07 13:11:16 -0700
commit08a83242906431acb06dde79467ec7dfdefa49f8 (patch)
tree48ed62cf664330eb6beb9691d7abeb003aec52ef /__e2e__/flows/create-account.yml
parent11c9931fd2bc9db8a6e4e71ae04d71051f63191c (diff)
downloadvoidsky-08a83242906431acb06dde79467ec7dfdefa49f8.tar.zst
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
Diffstat (limited to '__e2e__/flows/create-account.yml')
-rw-r--r--__e2e__/flows/create-account.yml3
1 files changed, 3 insertions, 0 deletions
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"