Update maestro test regarding the new login flow.

This commit is contained in:
Benoit Marty 2023-06-09 10:17:30 +02:00 committed by Benoit Marty
parent b72172e548
commit 4c214db5c4
7 changed files with 22 additions and 6 deletions

View file

@ -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
```