mirror of https://git.lenooby09.tech/LeNooby09/social-app.git
0
fork

Configure Feed

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

at patch-expo-modules-core 22 lines 417 B view raw
1appId: xyz.blueskyweb.app 2--- 3- runScript: 4 file: ../setupServer.js 5 env: 6 SERVER_PATH: "?users" 7- runFlow: 8 file: ../setupApp.yml 9- tapOn: 10 id: "e2eSignInAlice" 11 12# Navigate to another user profile via autocomplete 13- tapOn: 14 id: "bottomBarSearchBtn" 15- tapOn: 16 id: "searchTextInput" 17- inputText: "b" 18- tapOn: 19 id: "searchAutoCompleteResult-bob.test" 20- assertVisible: 21 id: "profileView" 22