diff options
author | Paul Frazee <pfrazee@gmail.com> | 2025-02-14 18:19:47 -0800 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2025-02-14 18:19:47 -0800 |
commit | cb862bffeafdfdf31061d0b3615a7ba7f86bf8a1 (patch) | |
tree | 1c74df2ab9ea17fd69ad2a7c37828c77ebb31e54 /__e2e__ | |
parent | 1e3b7feccfb59c70a97ed51b26bee8c6ea33348f (diff) | |
download | voidsky-cb862bffeafdfdf31061d0b3615a7ba7f86bf8a1.tar.zst |
Update tests
Diffstat (limited to '__e2e__')
-rw-r--r-- | __e2e__/flows/curate-lists.yml | 2 | ||||
-rw-r--r-- | __e2e__/flows/feed-reorder.yml | 2 | ||||
-rw-r--r-- | __e2e__/flows/profile-screen.yml | 2 | ||||
-rw-r--r-- | __e2e__/flows/search-screen.yml | 4 |
4 files changed, 5 insertions, 5 deletions
diff --git a/__e2e__/flows/curate-lists.yml b/__e2e__/flows/curate-lists.yml index db65999ea..f1d8342cd 100644 --- a/__e2e__/flows/curate-lists.yml +++ b/__e2e__/flows/curate-lists.yml @@ -160,7 +160,7 @@ appId: xyz.blueskyweb.app - tapOn: label: "Adds and removes users on curatelists from the profile" id: "bottomBarSearchBtn" -- tapOn: "Search" +- tapOn: "Search for posts, users, or feeds" - inputText: "bob" - tapOn: id: "searchAutoCompleteResult-bob.test" diff --git a/__e2e__/flows/feed-reorder.yml b/__e2e__/flows/feed-reorder.yml index 6e3732122..a917344a7 100644 --- a/__e2e__/flows/feed-reorder.yml +++ b/__e2e__/flows/feed-reorder.yml @@ -16,7 +16,7 @@ appId: xyz.blueskyweb.app - tapOn: id: "profileCardButton" - tapOn: - id: "profilePager-selector-4" + id: "profilePager-selector-5" - tapOn: "alice-favs" - tapOn: "Pin to Home" - tapOn: diff --git a/__e2e__/flows/profile-screen.yml b/__e2e__/flows/profile-screen.yml index 190a59643..e60bfa371 100644 --- a/__e2e__/flows/profile-screen.yml +++ b/__e2e__/flows/profile-screen.yml @@ -15,7 +15,7 @@ appId: xyz.blueskyweb.app id: "bottomBarSearchBtn" - tapOn: id: "bottomBarSearchBtn" -- tapOn: "Search" +- tapOn: "Search for posts, users, or feeds" - inputText: "b" - tapOn: id: "searchAutoCompleteResult-bob.test" diff --git a/__e2e__/flows/search-screen.yml b/__e2e__/flows/search-screen.yml index a4f3f38be..78ebbee36 100644 --- a/__e2e__/flows/search-screen.yml +++ b/__e2e__/flows/search-screen.yml @@ -12,8 +12,8 @@ appId: xyz.blueskyweb.app # Navigate to another user profile via autocomplete - tapOn: id: "bottomBarSearchBtn" -- assertVisible: "Search" -- tapOn: "Search" +- assertVisible: "Search for posts, users, or feeds" +- tapOn: "Search for posts, users, or feeds" - inputText: "b" - tapOn: id: "searchAutoCompleteResult-bob.test" |