diff options
author | Paul Frazee <pfrazee@gmail.com> | 2025-05-09 20:09:02 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-09 20:09:02 -0700 |
commit | d01b9ed44123c4182279f7be56a9e66955e342ed (patch) | |
tree | cfe626fe1a743e0c3c6820654be757ad31f634ff /__e2e__ | |
parent | 1b9448c6ebb01a1fcb6dae42243dc74265714e71 (diff) | |
download | voidsky-d01b9ed44123c4182279f7be56a9e66955e342ed.tar.zst |
Release 1.102.0 (#8360)
* Update tests * Pull latest crowdin * Run intl:extract
Diffstat (limited to '__e2e__')
-rw-r--r-- | __e2e__/flows/curate-lists.yml | 28 | ||||
-rw-r--r-- | __e2e__/flows/onboarding.yml | 2 | ||||
-rw-r--r-- | __e2e__/flows/profile-screen-edit.yml | 4 |
3 files changed, 10 insertions, 24 deletions
diff --git a/__e2e__/flows/curate-lists.yml b/__e2e__/flows/curate-lists.yml index f1d8342cd..ceadb80e4 100644 --- a/__e2e__/flows/curate-lists.yml +++ b/__e2e__/flows/curate-lists.yml @@ -98,20 +98,13 @@ appId: xyz.blueskyweb.app - tapOn: "People" - tapOn: "Start adding people" -- assertVisible: - id: "listAddUserModal" -- tapOn: - id: "searchInput" +- tapOn: "Search" - inputText: "b" - pressKey: Enter -- tapOn: - id: "user-bob.test-addBtn" -- tapOn: - id: "doneBtn" -- assertNotVisible: - id: "listAddUserModal" -- assertVisible: - id: "user-bob.test" +- tapOn: "Add user to list" +- swipe: + direction: DOWN +- assertVisible: "View Bob's profile" - tapOn: "Posts" - assertVisible: @@ -142,23 +135,16 @@ appId: xyz.blueskyweb.app id: "e2eGotoLists" - tapOn: "Good Ppl" -- tapOn: "People" -- assertVisible: - label: "Removes users on curatelists from the list" - id: "user-bob.test" +# - tapOn: "People" +- assertVisible: "View Bob's profile" - tapOn: point: "90%,43%" -- assertVisible: - id: "userAddRemoveListsModal" - tapOn: id: "user-bob.test-addBtn" - tapOn: id: "doneBtn" -- assertNotVisible: - id: "userAddRemoveListsModal" - tapOn: - label: "Adds and removes users on curatelists from the profile" id: "bottomBarSearchBtn" - tapOn: "Search for posts, users, or feeds" - inputText: "bob" diff --git a/__e2e__/flows/onboarding.yml b/__e2e__/flows/onboarding.yml index 88b51b39b..ee93a2b28 100644 --- a/__e2e__/flows/onboarding.yml +++ b/__e2e__/flows/onboarding.yml @@ -15,7 +15,7 @@ appId: xyz.blueskyweb.app - tapOn: point: "50%,22%" - waitForAnimationToEnd -- tapOn: "Choose" +- tapOn: "Done" - waitForAnimationToEnd - tapOn: "Continue to next step" - assertVisible: "What are your interests?" diff --git a/__e2e__/flows/profile-screen-edit.yml b/__e2e__/flows/profile-screen-edit.yml index 597901855..f60ca01b4 100644 --- a/__e2e__/flows/profile-screen-edit.yml +++ b/__e2e__/flows/profile-screen-edit.yml @@ -78,13 +78,13 @@ appId: xyz.blueskyweb.app id: "changeBannerBtn" - tapOn: "Upload from Library" - waitForAnimationToEnd -- tapOn: "Choose" +- tapOn: "Done" - waitForAnimationToEnd - tapOn: id: "changeAvatarBtn" - tapOn: "Upload from Library" - waitForAnimationToEnd -- tapOn: "Choose" +- tapOn: "Done" - waitForAnimationToEnd - tapOn: id: "editProfileSaveBtn" |