diff options
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 |