From d01b9ed44123c4182279f7be56a9e66955e342ed Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Fri, 9 May 2025 20:09:02 -0700 Subject: Release 1.102.0 (#8360) * Update tests * Pull latest crowdin * Run intl:extract --- __e2e__/flows/curate-lists.yml | 28 +++++++--------------------- __e2e__/flows/onboarding.yml | 2 +- __e2e__/flows/profile-screen-edit.yml | 4 ++-- 3 files changed, 10 insertions(+), 24 deletions(-) (limited to '__e2e__') 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" -- cgit 1.4.1