From da28c5690a9a1f45df9821856db6efa8fd09ba4b Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Tue, 8 Oct 2024 19:46:24 -0700 Subject: Release 1.92 (#5658) * Fix tests * intl extract --- __e2e__/flows/curate-lists.yml | 3 +-- __e2e__/flows/feed-reorder.yml | 4 ---- __e2e__/flows/home-screen.yml | 4 ---- __e2e__/flows/profile-screen-edit.yml | 15 --------------- __e2e__/flows/profile-screen.yml | 3 +-- __e2e__/flows/search-screen.yml | 3 +-- 6 files changed, 3 insertions(+), 29 deletions(-) (limited to '__e2e__') diff --git a/__e2e__/flows/curate-lists.yml b/__e2e__/flows/curate-lists.yml index 3947204c2..662ec8423 100644 --- a/__e2e__/flows/curate-lists.yml +++ b/__e2e__/flows/curate-lists.yml @@ -163,8 +163,7 @@ appId: xyz.blueskyweb.app - tapOn: label: "Adds and removes users on curatelists from the profile" id: "bottomBarSearchBtn" -- tapOn: - id: "searchTextInput" +- tapOn: "Search" - inputText: "bob" - tapOn: id: "searchAutoCompleteResult-bob.test" diff --git a/__e2e__/flows/feed-reorder.yml b/__e2e__/flows/feed-reorder.yml index 2b892b533..f766a697d 100644 --- a/__e2e__/flows/feed-reorder.yml +++ b/__e2e__/flows/feed-reorder.yml @@ -17,10 +17,6 @@ appId: xyz.blueskyweb.app id: "viewHeaderDrawerBtn" - tapOn: id: "profileCardButton" -- swipe: - from: - id: "profilePager-selector" - direction: LEFT - tapOn: id: "profilePager-selector-4" - tapOn: "alice-favs" diff --git a/__e2e__/flows/home-screen.yml b/__e2e__/flows/home-screen.yml index 799a20214..b7e96282d 100644 --- a/__e2e__/flows/home-screen.yml +++ b/__e2e__/flows/home-screen.yml @@ -20,10 +20,6 @@ appId: xyz.blueskyweb.app - tapOn: label: "Feeds button disappears after pinning a feed" id: "bottomBarProfileBtn" -- swipe: - from: - id: "profilePager-selector" - direction: LEFT - tapOn: id: "profilePager-selector-4" - tapOn: "alice-favs" diff --git a/__e2e__/flows/profile-screen-edit.yml b/__e2e__/flows/profile-screen-edit.yml index 251eca358..597901855 100644 --- a/__e2e__/flows/profile-screen-edit.yml +++ b/__e2e__/flows/profile-screen-edit.yml @@ -17,21 +17,6 @@ appId: xyz.blueskyweb.app - tapOn: id: "bottomBarProfileBtn" -# Can see feeds -- swipe: - from: - id: "profilePager-selector" - direction: LEFT -- tapOn: - id: "profilePager-selector-4" -- assertVisible: "alice-favs" -- swipe: - from: - id: "profilePager-selector" - direction: RIGHT -- tapOn: - id: "profilePager-selector-0" - # Open and close edit profile modal - tapOn: id: "profileHeaderEditProfileButton" diff --git a/__e2e__/flows/profile-screen.yml b/__e2e__/flows/profile-screen.yml index b9f95aca2..190a59643 100644 --- a/__e2e__/flows/profile-screen.yml +++ b/__e2e__/flows/profile-screen.yml @@ -15,8 +15,7 @@ appId: xyz.blueskyweb.app id: "bottomBarSearchBtn" - tapOn: id: "bottomBarSearchBtn" -- tapOn: - id: "searchTextInput" +- tapOn: "Search" - inputText: "b" - tapOn: id: "searchAutoCompleteResult-bob.test" diff --git a/__e2e__/flows/search-screen.yml b/__e2e__/flows/search-screen.yml index 0d31d03fb..49319f3e4 100644 --- a/__e2e__/flows/search-screen.yml +++ b/__e2e__/flows/search-screen.yml @@ -12,8 +12,7 @@ appId: xyz.blueskyweb.app # Navigate to another user profile via autocomplete - tapOn: id: "bottomBarSearchBtn" -- tapOn: - id: "searchTextInput" +- tapOn: "Search" - inputText: "b" - tapOn: id: "searchAutoCompleteResult-bob.test" -- cgit 1.4.1