7197a064d7
* yml formatting whatever * fix date input color * fix up report dialog tests * dumb fix to bypass save password popup * remove tooltip in e2e * Update index.e2e.tsx * skip gate in e2e
50 lines
1.1 KiB
YAML
50 lines
1.1 KiB
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"
|
|
- tapOn:
|
|
# hideKeyboard on ios is borked
|
|
# https://docs.maestro.dev/troubleshooting/known-issues#hidekeyboard-command-is-flaky
|
|
text: "Your account"
|
|
- tapOn:
|
|
id: "nextBtn"
|
|
- waitForAnimationToEnd
|
|
- tapOn:
|
|
# save password thing no longer seems to be in hierarchy
|
|
# tap on something else instead
|
|
point: 20%,20%
|
|
repeat: 2
|
|
delay: 1000
|
|
- tapOn:
|
|
id: "handleInput"
|
|
- inputText: "e2e-test"
|
|
- extendedWaitUntil:
|
|
visible:
|
|
id: "handleAvailableCheck"
|
|
- tapOn:
|
|
id: "nextBtn"
|
|
- assertVisible: "Give your profile a face"
|