From 1593c66cba6100e2fe1097ea7307b8f250e1dfb1 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Thu, 14 Dec 2023 15:34:57 +0100 Subject: [PATCH] Replace test of server without sliding sync with test of homeserver resolution. --- .maestro/tests/account/changeServer.yaml | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/.maestro/tests/account/changeServer.yaml b/.maestro/tests/account/changeServer.yaml index b56b59e2f1..1971e5a71b 100644 --- a/.maestro/tests/account/changeServer.yaml +++ b/.maestro/tests/account/changeServer.yaml @@ -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"