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
41 lines
777 B
YAML
41 lines
777 B
YAML
appId: xyz.blueskyweb.app
|
|
---
|
|
- runScript:
|
|
file: ../setupServer.js
|
|
env:
|
|
SERVER_PATH: ""
|
|
- runFlow:
|
|
file: ../setupApp.yml
|
|
- tapOn:
|
|
id: "e2eOpenLoggedOutView"
|
|
- tapOn:
|
|
id: "createAccountButton"
|
|
- tapOn: "Bluesky Social"
|
|
- tapOn:
|
|
id: "customSelectBtn"
|
|
- tapOn:
|
|
id: "customServerTextInput"
|
|
- inputText: "http://localhost:3000"
|
|
- pressKey: Enter
|
|
- tapOn:
|
|
id: "doneBtn"
|
|
- tapOn:
|
|
id: "emailInput"
|
|
- inputText: "example@test.com"
|
|
- tapOn:
|
|
id: "passwordInput"
|
|
- inputText: "hunter22"
|
|
- hideKeyboard
|
|
- tapOn:
|
|
id: "nextBtn"
|
|
- tapOn:
|
|
text: "Not Now"
|
|
optional: true
|
|
- inputText: "e2e-test"
|
|
- extendedWaitUntil:
|
|
visible:
|
|
id: "handleAvailableCheck"
|
|
- tapOn:
|
|
id: "nextBtn"
|
|
- assertVisible: "Give your profile a face"
|