From 8eec6326369b044f8c58c856e18a608e68d56656 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Sat, 22 Jun 2024 09:54:53 -0700 Subject: Release 1.87 prep (#4603) * Update tests * Run intl extract --- __e2e__/flows/curate-lists.yml | 9 +++------ __e2e__/flows/feed-reorder.yml | 3 +-- __e2e__/flows/home-screen.yml | 3 +-- __e2e__/flows/profile-screen-edit.yml | 3 +-- 4 files changed, 6 insertions(+), 12 deletions(-) (limited to '__e2e__') diff --git a/__e2e__/flows/curate-lists.yml b/__e2e__/flows/curate-lists.yml index fb53e4171..e497898b2 100644 --- a/__e2e__/flows/curate-lists.yml +++ b/__e2e__/flows/curate-lists.yml @@ -132,8 +132,7 @@ appId: xyz.blueskyweb.app id: "feedItem-by-bob.test" - tapOn: id: "e2eGotoFeeds" -- tapOn: - id: "saved-feed-Good Ppl" +- tapOn: "Good Ppl" - assertVisible: id: "feedItem-by-bob.test" - tapOn: @@ -144,8 +143,7 @@ appId: xyz.blueskyweb.app id: "homeScreenFeedTabs-Good Ppl" - tapOn: id: "e2eGotoLists" -- tapOn: - id: "list-Good Ppl" +- tapOn: "Good Ppl" - tapOn: "About" - assertVisible: @@ -171,8 +169,7 @@ appId: xyz.blueskyweb.app direction: LEFT - tapOn: id: "profilePager-selector-5" -- tapOn: - id: "list-Good Ppl" +- tapOn: "Good Ppl" - tapOn: label: "Adds and removes users on curatelists from the profile" diff --git a/__e2e__/flows/feed-reorder.yml b/__e2e__/flows/feed-reorder.yml index 34df679ce..449df065d 100644 --- a/__e2e__/flows/feed-reorder.yml +++ b/__e2e__/flows/feed-reorder.yml @@ -18,8 +18,7 @@ appId: xyz.blueskyweb.app direction: LEFT - tapOn: id: "profilePager-selector-4" -- tapOn: - id: "feed-alice-favs" +- tapOn: "alice-favs" - tapOn: "Pin to Home" - tapOn: id: "bottomBarHomeBtn" diff --git a/__e2e__/flows/home-screen.yml b/__e2e__/flows/home-screen.yml index 9c2d540eb..c8d83fb1f 100644 --- a/__e2e__/flows/home-screen.yml +++ b/__e2e__/flows/home-screen.yml @@ -23,8 +23,7 @@ appId: xyz.blueskyweb.app direction: LEFT - tapOn: id: "profilePager-selector-4" -- tapOn: - id: "feed-alice-favs" +- tapOn: "alice-favs" - tapOn: "Pin to Home" - tapOn: id: "bottomBarHomeBtn" diff --git a/__e2e__/flows/profile-screen-edit.yml b/__e2e__/flows/profile-screen-edit.yml index 640f53882..288a5d4f6 100644 --- a/__e2e__/flows/profile-screen-edit.yml +++ b/__e2e__/flows/profile-screen-edit.yml @@ -21,8 +21,7 @@ appId: xyz.blueskyweb.app direction: LEFT - tapOn: id: "profilePager-selector-4" -- assertVisible: - id: "feed-alice-favs" +- assertVisible: "alice-favs" - swipe: from: id: "profilePager-selector" -- cgit 1.4.1