diff options
author | Paul Frazee <pfrazee@gmail.com> | 2024-06-04 20:00:21 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-04 20:00:21 -0700 |
commit | 22858192dc5848cf75fb48fa911c8a9bbf08dbaa (patch) | |
tree | 7ac09ab095889388954cf71d4caf0ce82ca9849c /__e2e__ | |
parent | 618a3c1ebef3f6cf7019797d369386e07cddcac3 (diff) | |
download | voidsky-22858192dc5848cf75fb48fa911c8a9bbf08dbaa.tar.zst |
Release 1.85 (#4372)
* Update tests * Run intl extract
Diffstat (limited to '__e2e__')
-rw-r--r-- | __e2e__/flows/home-screen.yml | 2 | ||||
-rw-r--r-- | __e2e__/flows/onboarding-old.yml | 31 |
2 files changed, 1 insertions, 32 deletions
diff --git a/__e2e__/flows/home-screen.yml b/__e2e__/flows/home-screen.yml index 69a1fe37f..f39aceebc 100644 --- a/__e2e__/flows/home-screen.yml +++ b/__e2e__/flows/home-screen.yml @@ -50,7 +50,7 @@ appId: xyz.blueskyweb.app text: "1" - tapOn: id: "repostBtn" -- tapOn: "Undo repost" +- tapOn: "Remove repost" - assertNotVisible: id: "repostCount" diff --git a/__e2e__/flows/onboarding-old.yml b/__e2e__/flows/onboarding-old.yml deleted file mode 100644 index dae24bb1c..000000000 --- a/__e2e__/flows/onboarding-old.yml +++ /dev/null @@ -1,31 +0,0 @@ -# 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 |