25 lines
514 B
YAML
25 lines
514 B
YAML
appId: xyz.blueskyweb.app
|
|
---
|
|
- launchApp:
|
|
appId: "xyz.blueskyweb.app"
|
|
clearState: true
|
|
- extendedWaitUntil:
|
|
visible:
|
|
id: e2eProxyHeaderInput
|
|
timeout: 180000
|
|
- extendedWaitUntil:
|
|
visible: "Sign in"
|
|
timeout: 180000
|
|
- retry:
|
|
maxRetries: 3
|
|
commands:
|
|
- tapOn:
|
|
id: e2eProxyHeaderInput
|
|
- eraseText
|
|
- inputText: ${output.result}
|
|
- pressKey: Enter
|
|
- extendedWaitUntil:
|
|
visible:
|
|
id: e2eSignInAlice
|
|
timeout: 10000
|