You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
580 B
24 lines
580 B
appId: ${APP_ID} |
|
--- |
|
- tapOn: "Get started" |
|
- runFlow: ../assertions/assertLoginDisplayed.yaml |
|
- takeScreenshot: build/maestro/100-SignIn |
|
- runFlow: changeServer.yaml |
|
- runFlow: ../assertions/assertLoginDisplayed.yaml |
|
- tapOn: |
|
id: "login-email_username" |
|
- inputText: ${USERNAME} |
|
- pressKey: Enter |
|
- tapOn: |
|
id: "login-password" |
|
- inputText: "wrong-password" |
|
- pressKey: Enter |
|
- tapOn: "Continue" |
|
- tapOn: "OK" |
|
- tapOn: |
|
id: "login-password" |
|
- eraseText: 20 |
|
- inputText: ${PASSWORD} |
|
- pressKey: Enter |
|
- tapOn: "Continue" |
|
- runFlow: ../assertions/assertHomeDisplayed.yaml
|
|
|