Browse Source

Merge pull request #2029 from element-hq/feature/bma/fixMaestro

Fix Maestro
pull/2030/head
Benoit Marty 9 months ago committed by GitHub
parent
commit
2d6616655b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 15
      .maestro/tests/account/changeServer.yaml

15
.maestro/tests/account/changeServer.yaml

@ -9,13 +9,10 @@ appId: ${APP_ID} @@ -9,13 +9,10 @@ appId: ${APP_ID}
- tapOn: "Other"
- tapOn:
id: "change_server-server"
# Test server that does not support sliding sync.
- inputText: "https://kieranml.ems-support.element.dev"
- inputText: "element"
- hideKeyboard
- tapOn: "kieranml.ems-support.element.dev"
- extendedWaitUntil:
visible: "This server currently doesn’t support sliding sync."
timeout: 10000
- tapOn: "Cancel"
- back
- back
- tapOn: "element.io"
# Revert to matrix.org
- tapOn:
id: "login-change_server"
- tapOn: "matrix.org"

Loading…
Cancel
Save