about summary refs log tree commit diff
path: root/__e2e__/flows/onboarding.yml
diff options
context:
space:
mode:
Diffstat (limited to '__e2e__/flows/onboarding.yml')
-rw-r--r--__e2e__/flows/onboarding.yml28
1 files changed, 28 insertions, 0 deletions
diff --git a/__e2e__/flows/onboarding.yml b/__e2e__/flows/onboarding.yml
new file mode 100644
index 000000000..68d989788
--- /dev/null
+++ b/__e2e__/flows/onboarding.yml
@@ -0,0 +1,28 @@
+appId: xyz.blueskyweb.app
+---
+- runScript:
+    file: ../setupServer.js
+    env:
+        SERVER_PATH: "?users"
+- runFlow:
+    file: ../setupApp.yml
+- tapOn:
+    id: "e2eSignInAlice"
+- tapOn:
+    id: "e2eStartOnboarding"
+- tapOn: "Select an avatar"
+- waitForAnimationToEnd
+- tapOn:
+    point: "16%,22%"
+- waitForAnimationToEnd
+- tapOn: "Choose"
+- waitForAnimationToEnd
+- tapOn: "Continue to next step"
+- assertVisible: "What are your interests?"
+- tapOn:
+    label: "Tap on continue"
+    point: "50%,92%"
+- assertVisible: "You're ready to go!"
+- tapOn:
+    label: "Tap on Lets go"
+    point: "50%,92%"
\ No newline at end of file