2a54781ce0
* Update dev-env * Integrate appviewDid value from dev-env * Use correct env value to disable policy update overlay * Remove log
19 lines
366 B
YAML
19 lines
366 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
|
|
- tapOn:
|
|
id: e2eProxyHeaderInput
|
|
- inputText: ${output.result}
|
|
- pressKey: Enter
|
|
- hideKeyboard
|