d6dc52b6ea
* get e2e image picker working * verify create account actually reaches onboarding * wait for image to actually be attached before posting * wait until login finishes before moving on * sign out before switch accounts then wait until logged in * disable onboarding experiments in e2e * add testId to handle availability checkmark * fix too long username * update thread muting test to reflect current behaviour * hackfix for the british english translation * unflake the onboarding tests * fix curate list flow * admit defeat on the most list one
48 lines
1018 B
YAML
48 lines
1018 B
YAML
appId: xyz.blueskyweb.app
|
|
---
|
|
- runScript:
|
|
file: ../setupServer.js
|
|
env:
|
|
SERVER_PATH: "?users&follows&labels"
|
|
- runFlow:
|
|
file: ../setupApp.yml
|
|
- tapOn:
|
|
id: "e2eSignInAlice"
|
|
- extendedWaitUntil:
|
|
visible:
|
|
id: "viewHeaderHomeFeedPrefsBtn"
|
|
|
|
# create a modlist
|
|
- tapOn:
|
|
id: "e2eGotoModeration"
|
|
- tapOn:
|
|
id: "moderationlistsBtn"
|
|
- tapOn: "New list"
|
|
- tapOn:
|
|
id: "editNameInput"
|
|
- inputText: "Muted Users"
|
|
- tapOn:
|
|
id: "editDescriptionInput"
|
|
- inputText: "Shhh"
|
|
- tapOn: "Save"
|
|
- tapOn: "Save"
|
|
|
|
# view modlist
|
|
- assertVisible: "Muted Users"
|
|
- assertVisible: "Shhh"
|
|
|
|
# DOES NOT WORK - THE BUTTON IS NOT ACCESSIBLE
|
|
# IGNORING FOR NOW, FIX THE COMPONENTS IN THE NEXT RELEASE
|
|
# BECAUSE THIS IS A LEGIT A11Y PROBLEM -sfn
|
|
- tapOn: "Subscribe to this list"
|
|
- tapOn: "Mute accounts"
|
|
- tapOn: "Mute list"
|
|
- tapOn: "Unmute"
|
|
|
|
- tapOn: "Subscribe to this list"
|
|
- tapOn: "Block accounts"
|
|
- tapOn: "Block list"
|
|
- tapOn: "Unblock"
|
|
|
|
# the rest of the behaviors are tested in curate-lists.yml
|