Browse Source

Maestro cli 1.32.0 does not like integer with this format :/

pull/1308/head
Benoit Marty 1 year ago
parent
commit
c6d68e8392
  1. 2
      .maestro/tests/account/changeServer.yaml
  2. 2
      .maestro/tests/assertions/assertAnalyticsDisplayed.yaml
  3. 2
      .maestro/tests/assertions/assertHomeDisplayed.yaml
  4. 2
      .maestro/tests/assertions/assertInitDisplayed.yaml
  5. 2
      .maestro/tests/assertions/assertLoginDisplayed.yaml
  6. 2
      .maestro/tests/assertions/assertRoomListSynced.yaml
  7. 2
      .maestro/tests/assertions/assertWelcomeScreenDisplayed.yaml

2
.maestro/tests/account/changeServer.yaml

@ -15,7 +15,7 @@ appId: ${APP_ID} @@ -15,7 +15,7 @@ appId: ${APP_ID}
- tapOn: "gnuradio.org"
- extendedWaitUntil:
visible: "This server currently doesn’t support sliding sync."
timeout: 10_000
timeout: 10000
- tapOn: "Cancel"
- back
- back

2
.maestro/tests/assertions/assertAnalyticsDisplayed.yaml

@ -2,4 +2,4 @@ appId: ${APP_ID} @@ -2,4 +2,4 @@ appId: ${APP_ID}
---
- extendedWaitUntil:
visible: "Help improve Element X dbg"
timeout: 10_000
timeout: 10000

2
.maestro/tests/assertions/assertHomeDisplayed.yaml

@ -2,4 +2,4 @@ appId: ${APP_ID} @@ -2,4 +2,4 @@ appId: ${APP_ID}
---
- extendedWaitUntil:
visible: "All Chats"
timeout: 10_000
timeout: 10000

2
.maestro/tests/assertions/assertInitDisplayed.yaml

@ -2,4 +2,4 @@ appId: ${APP_ID} @@ -2,4 +2,4 @@ appId: ${APP_ID}
---
- extendedWaitUntil:
visible: "Be in your element"
timeout: 10_000
timeout: 10000

2
.maestro/tests/assertions/assertLoginDisplayed.yaml

@ -2,4 +2,4 @@ appId: ${APP_ID} @@ -2,4 +2,4 @@ appId: ${APP_ID}
---
- extendedWaitUntil:
visible: "Change account provider"
timeout: 10_000
timeout: 10000

2
.maestro/tests/assertions/assertRoomListSynced.yaml

@ -2,4 +2,4 @@ appId: ${APP_ID} @@ -2,4 +2,4 @@ appId: ${APP_ID}
---
- extendedWaitUntil:
visible: ${ROOM_NAME}
timeout: 10_000
timeout: 10000

2
.maestro/tests/assertions/assertWelcomeScreenDisplayed.yaml

@ -3,4 +3,4 @@ appId: ${APP_ID} @@ -3,4 +3,4 @@ appId: ${APP_ID}
- extendedWaitUntil:
visible:
id: "welcome_screen-title"
timeout: 10_000
timeout: 10000

Loading…
Cancel
Save