a482dae936
* list tests * fix create account * get onboarding e2e tests working * get curate list test working * Update thread-muting.yml
19 lines
374 B
YAML
19 lines
374 B
YAML
appId: xyz.blueskyweb.app
|
|
---
|
|
- launchApp:
|
|
appId: "xyz.blueskyweb.app"
|
|
clearState: true
|
|
- waitForAnimationToEnd
|
|
- tapOn: "http://localhost:8081"
|
|
- waitForAnimationToEnd
|
|
- extendedWaitUntil:
|
|
visible: "Continue"
|
|
- swipe:
|
|
from: "Bluesky"
|
|
direction: DOWN
|
|
duration: 100
|
|
- tapOn:
|
|
id: e2eProxyHeaderInput
|
|
- inputText: ${output.result}
|
|
- pressKey: Enter
|