Browse Source

Maestro test: add assertion for server with no sliding sync error.

pull/1069/head
Benoit Marty 1 year ago committed by Benoit Marty
parent
commit
9bce5a1968
  1. 3
      .maestro/tests/account/changeServer.yaml

3
.maestro/tests/account/changeServer.yaml

@ -13,6 +13,9 @@ appId: ${APP_ID}
- inputText: "gnuradio" - inputText: "gnuradio"
- hideKeyboard - hideKeyboard
- tapOn: "gnuradio.org" - tapOn: "gnuradio.org"
- extendedWaitUntil:
visible: "This server currently doesn’t support sliding sync."
timeout: 10_000
- tapOn: "Cancel" - tapOn: "Cancel"
- back - back
- back - back

Loading…
Cancel
Save