···1919 id: "moderationlistsBtn"
2020- tapOn: "New list"
2121- tapOn:
2222- id: "editNameInput"
2222+ id: "editListNameInput"
2323- inputText: "Muted Users"
2424- tapOn:
2525- id: "editDescriptionInput"
2525+ id: "editListDescriptionInput"
2626- inputText: "Shhh"
2727- tapOn: "Save"
2828-- tapOn: "Save"
29283029# view modlist
3130- assertVisible: "Muted Users"
3231- assertVisible: "Shhh"
33323434-# DOES NOT WORK - THE BUTTON IS NOT ACCESSIBLE
3535-# IGNORING FOR NOW, FIX THE COMPONENTS IN THE NEXT RELEASE
3636-# BECAUSE THIS IS A LEGIT A11Y PROBLEM -sfn
3733- tapOn: "Subscribe to this list"
3834- tapOn: "Mute accounts"
3935- tapOn: "Mute list"
+8-1
__e2e__/flows/onboarding-avatar-creator.yml
···3030- assertVisible: "What are your interests?"
3131- tapOn:
3232 id: "onboardingContinue"
3333-- assertVisible: "You're ready to go!"
3333+- assertVisible: "Suggested for you"
3434+# mock server doesn't have suggestions api
3535+- tapOn: "Skip to next step"
3636+- swipe:
3737+ direction: "LEFT"
3838+- swipe:
3939+ direction: "LEFT"
4040+- assertVisible: "Complete onboarding and start using your account"
3441- tapOn:
3542 id: "onboardingFinish"
3643- tapOn:
+10-2
__e2e__/flows/onboarding.yml
···1616 id: "e2eStartOnboarding"
1717- tapOn: "Select an avatar"
1818- waitForAnimationToEnd
1919-- assertVisible: "Search your library…"
1919+- assertVisible: "Photos"
2020+- assertVisible: "Collections"
2021- tapOn:
2122 point: "50%,22%"
2223- waitForAnimationToEnd
···2728- assertVisible: "What are your interests?"
2829- tapOn:
2930 id: "onboardingContinue"
3030-- assertVisible: "You're ready to go!"
3131+- assertVisible: "Suggested for you"
3232+# mock server doesn't have suggestions api
3333+- tapOn: "Skip to next step"
3434+- swipe:
3535+ direction: "LEFT"
3636+- swipe:
3737+ direction: "LEFT"
3838+- assertVisible: "Complete onboarding and start using your account"
3139- tapOn:
3240 id: "onboardingFinish"
3341- tapOn:
···75757676- Start in various console tabs:
7777 - `yarn e2e:mock-server`
7878- - `yarn e2e:metro`
7878+ - `yarn e2e:start`
7979- Run once: `yarn e2e:build`
8080- Each test run: `yarn e2e:run`
8181
+1-1
docs/testing.md
···1212### Running Maestro tests
13131414- In one tab, run `yarn e2e:mock-server`
1515-- In a second tab, run `yarn e2e:metro`
1515+- In a second tab, run `yarn e2e:build`
1616- In a third tab, run `yarn e2e:run`
17171818## Using Flashlight for Performance Testing