From ced5cb0278050bd93146b58f223c84102b53d707 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Tue, 3 Oct 2023 10:39:59 +0200 Subject: [PATCH] Maestro test: change server to test (one of our) server which does not support sliding sync. (#1066) --- .maestro/tests/account/changeServer.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.maestro/tests/account/changeServer.yaml b/.maestro/tests/account/changeServer.yaml index 9a1b1628c0..b56b59e2f1 100644 --- a/.maestro/tests/account/changeServer.yaml +++ b/.maestro/tests/account/changeServer.yaml @@ -10,9 +10,9 @@ appId: ${APP_ID} - tapOn: id: "change_server-server" # Test server that does not support sliding sync. -- inputText: "mozilla" +- inputText: "https://kieranml.ems-support.element.dev" - hideKeyboard -- tapOn: "mozilla.org" +- tapOn: "kieranml.ems-support.element.dev" - extendedWaitUntil: visible: "This server currently doesn’t support sliding sync." timeout: 10000