Merge pull request #549 from vector-im/feature/bma/onboardingServer
Onboarding iteration
This commit is contained in:
commit
ef7ddb8d0f
168 changed files with 3294 additions and 1406 deletions
|
|
@ -3,4 +3,15 @@ appId: ${APP_ID}
|
|||
- tapOn:
|
||||
id: "login-change_server"
|
||||
- takeScreenshot: build/maestro/200-ChangeServer
|
||||
- tapOn: "Continue"
|
||||
- tapOn: "matrix.org"
|
||||
- tapOn:
|
||||
id: "login-change_server"
|
||||
- tapOn: "Other"
|
||||
- tapOn:
|
||||
id: "change_server-server"
|
||||
- inputText: "element"
|
||||
- hideKeyboard
|
||||
- tapOn: "element.io"
|
||||
- tapOn: "Cancel"
|
||||
- back
|
||||
- back
|
||||
|
|
|
|||
|
|
@ -5,6 +5,8 @@ appId: ${APP_ID}
|
|||
- takeScreenshot: build/maestro/100-SignIn
|
||||
- runFlow: changeServer.yaml
|
||||
- runFlow: ../assertions/assertLoginDisplayed.yaml
|
||||
- tapOn:
|
||||
id: "login-continue"
|
||||
- tapOn:
|
||||
id: "login-email_username"
|
||||
- inputText: ${USERNAME}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
appId: ${APP_ID}
|
||||
---
|
||||
- extendedWaitUntil:
|
||||
visible: "Welcome back!"
|
||||
visible: "Change account provider"
|
||||
timeout: 10_000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue