diff options
author | Paul Frazee <pfrazee@gmail.com> | 2024-12-17 21:29:45 -0800 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2024-12-17 21:29:45 -0800 |
commit | 3262b8342026388a31547645c8543068cada6daf (patch) | |
tree | 11ec7be964fa0cfd0a2908798769882e41cb09fe /__e2e__/setupApp.yml | |
parent | ff02868afc959087c2d7dfd1507572db90f08437 (diff) | |
download | voidsky-3262b8342026388a31547645c8543068cada6daf.tar.zst |
Fix tests
Diffstat (limited to '__e2e__/setupApp.yml')
-rw-r--r-- | __e2e__/setupApp.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/__e2e__/setupApp.yml b/__e2e__/setupApp.yml index 8c3ffd2d3..25f9aa847 100644 --- a/__e2e__/setupApp.yml +++ b/__e2e__/setupApp.yml @@ -6,6 +6,8 @@ appId: xyz.blueskyweb.app - waitForAnimationToEnd - tapOn: "http://localhost:8081" - waitForAnimationToEnd +- extendedWaitUntil: + visible: "Continue" - swipe: from: "Bluesky" direction: DOWN |