···19 id: "moderationlistsBtn"
20- tapOn: "New list"
21- tapOn:
22- id: "editNameInput"
23- inputText: "Muted Users"
24- tapOn:
25- id: "editDescriptionInput"
26- inputText: "Shhh"
27- tapOn: "Save"
28-- tapOn: "Save"
2930# view modlist
31- assertVisible: "Muted Users"
32- assertVisible: "Shhh"
3334-# DOES NOT WORK - THE BUTTON IS NOT ACCESSIBLE
35-# IGNORING FOR NOW, FIX THE COMPONENTS IN THE NEXT RELEASE
36-# BECAUSE THIS IS A LEGIT A11Y PROBLEM -sfn
37- tapOn: "Subscribe to this list"
38- tapOn: "Mute accounts"
39- tapOn: "Mute list"
···30- assertVisible: "What are your interests?"
31- tapOn:
32 id: "onboardingContinue"
33-- assertVisible: "You're ready to go!"
000000034- tapOn:
35 id: "onboardingFinish"
36- tapOn:
···30- assertVisible: "What are your interests?"
31- tapOn:
32 id: "onboardingContinue"
33+- assertVisible: "Suggested for you"
34+# mock server doesn't have suggestions api
35+- tapOn: "Skip to next step"
36+- swipe:
37+ direction: "LEFT"
38+- swipe:
39+ direction: "LEFT"
40+- assertVisible: "Complete onboarding and start using your account"
41- tapOn:
42 id: "onboardingFinish"
43- tapOn:
+10-2
__e2e__/flows/onboarding.yml
···16 id: "e2eStartOnboarding"
17- tapOn: "Select an avatar"
18- waitForAnimationToEnd
19-- assertVisible: "Search your library…"
020- tapOn:
21 point: "50%,22%"
22- waitForAnimationToEnd
···27- assertVisible: "What are your interests?"
28- tapOn:
29 id: "onboardingContinue"
30-- assertVisible: "You're ready to go!"
000000031- tapOn:
32 id: "onboardingFinish"
33- tapOn:
···16 id: "e2eStartOnboarding"
17- tapOn: "Select an avatar"
18- waitForAnimationToEnd
19+- assertVisible: "Photos"
20+- assertVisible: "Collections"
21- tapOn:
22 point: "50%,22%"
23- waitForAnimationToEnd
···28- assertVisible: "What are your interests?"
29- tapOn:
30 id: "onboardingContinue"
31+- assertVisible: "Suggested for you"
32+# mock server doesn't have suggestions api
33+- tapOn: "Skip to next step"
34+- swipe:
35+ direction: "LEFT"
36+- swipe:
37+ direction: "LEFT"
38+- assertVisible: "Complete onboarding and start using your account"
39- tapOn:
40 id: "onboardingFinish"
41- tapOn:
···7576- Start in various console tabs:
77 - `yarn e2e:mock-server`
78- - `yarn e2e:metro`
79- Run once: `yarn e2e:build`
80- Each test run: `yarn e2e:run`
81
···7576- Start in various console tabs:
77 - `yarn e2e:mock-server`
78+ - `yarn e2e:start`
79- Run once: `yarn e2e:build`
80- Each test run: `yarn e2e:run`
81
+1-1
docs/testing.md
···12### Running Maestro tests
1314- In one tab, run `yarn e2e:mock-server`
15-- In a second tab, run `yarn e2e:metro`
16- In a third tab, run `yarn e2e:run`
1718## Using Flashlight for Performance Testing
···12### Running Maestro tests
1314- In one tab, run `yarn e2e:mock-server`
15+- In a second tab, run `yarn e2e:build`
16- In a third tab, run `yarn e2e:run`
1718## Using Flashlight for Performance Testing