diff options
author | Paul Frazee <pfrazee@gmail.com> | 2024-05-13 20:23:31 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-13 20:23:31 -0700 |
commit | 107760d551dee695f76409337048cd8c7917b784 (patch) | |
tree | 347a68ebf283d801868ba45983286bd7b1eb6e33 /__e2e__ | |
parent | fd704bfd4443dc9082261093676d23a10ae8ae58 (diff) | |
download | voidsky-107760d551dee695f76409337048cd8c7917b784.tar.zst |
Add better onboard testing (#4007)
Diffstat (limited to '__e2e__')
-rw-r--r-- | __e2e__/flows/onboarding-old.yml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/__e2e__/flows/onboarding-old.yml b/__e2e__/flows/onboarding-old.yml new file mode 100644 index 000000000..dae24bb1c --- /dev/null +++ b/__e2e__/flows/onboarding-old.yml @@ -0,0 +1,31 @@ +# Remove this test when the old onboarding is deprecated +appId: xyz.blueskyweb.app +--- +- runScript: + file: ../setupServer.js + env: + SERVER_PATH: "?users" +- runFlow: + file: ../setupApp.yml +- tapOn: + id: "e2eSignInAlice" +- tapOn: + id: "e2eStartLongboarding" +- tapOn: "Continue to next step" +- tapOn: "Continue to the next step without following any accounts" +- tapOn: Show replies in Following feed +- tapOn: Show quote-posts in Following feed +- tapOn: Show re-posts in Following feed +- tapOn: Show replies in Following feed +- waitForAnimationToEnd +- tapOn: Continue to next step +- waitForAnimationToEnd +- tapOn: "Continue to the next step" +- waitForAnimationToEnd +- tapOn: Continue to next step +- waitForAnimationToEnd +- tapOn: Continue to next step +- waitForAnimationToEnd +- tapOn: "Complete onboarding and start using your account" +- waitForAnimationToEnd +- assertVisible: Following \ No newline at end of file |