From cb862bffeafdfdf31061d0b3615a7ba7f86bf8a1 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Fri, 14 Feb 2025 18:19:47 -0800 Subject: [PATCH] Update tests --- __e2e__/flows/curate-lists.yml | 2 +- __e2e__/flows/feed-reorder.yml | 2 +- __e2e__/flows/profile-screen.yml | 2 +- __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 db65999ea4..f1d8342cde 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 6e37321221..a917344a7d 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 190a59643a..e60bfa371b 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 a4f3f38bec..78ebbee369 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"