Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update tests

+5 -5
+1 -1
__e2e__/flows/curate-lists.yml
··· 160 160 - tapOn: 161 161 label: "Adds and removes users on curatelists from the profile" 162 162 id: "bottomBarSearchBtn" 163 - - tapOn: "Search" 163 + - tapOn: "Search for posts, users, or feeds" 164 164 - inputText: "bob" 165 165 - tapOn: 166 166 id: "searchAutoCompleteResult-bob.test"
+1 -1
__e2e__/flows/feed-reorder.yml
··· 16 16 - tapOn: 17 17 id: "profileCardButton" 18 18 - tapOn: 19 - id: "profilePager-selector-4" 19 + id: "profilePager-selector-5" 20 20 - tapOn: "alice-favs" 21 21 - tapOn: "Pin to Home" 22 22 - tapOn:
+1 -1
__e2e__/flows/profile-screen.yml
··· 15 15 id: "bottomBarSearchBtn" 16 16 - tapOn: 17 17 id: "bottomBarSearchBtn" 18 - - tapOn: "Search" 18 + - tapOn: "Search for posts, users, or feeds" 19 19 - inputText: "b" 20 20 - tapOn: 21 21 id: "searchAutoCompleteResult-bob.test"
+2 -2
__e2e__/flows/search-screen.yml
··· 12 12 # Navigate to another user profile via autocomplete 13 13 - tapOn: 14 14 id: "bottomBarSearchBtn" 15 - - assertVisible: "Search" 16 - - tapOn: "Search" 15 + - assertVisible: "Search for posts, users, or feeds" 16 + - tapOn: "Search for posts, users, or feeds" 17 17 - inputText: "b" 18 18 - tapOn: 19 19 id: "searchAutoCompleteResult-bob.test"