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
|
|
@ -25,7 +25,7 @@ maestro test \
|
|||
-e APP_ID=io.element.android.x.debug \
|
||||
-e USERNAME=user \
|
||||
-e PASSWORD=123 \
|
||||
-e ROOM_NAME="my room" \
|
||||
-e ROOM_NAME="MyRoom" \
|
||||
.maestro/allTests.yaml
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -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