From 46296997f659029ce94a3e73988f2108dbac56a9 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Mon, 2 Oct 2023 17:39:23 +0200 Subject: [PATCH] Maestro test: change server (again) to test 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 c6b092e018..9a1b1628c0 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: "gnuradio" +- inputText: "mozilla" - hideKeyboard -- tapOn: "gnuradio.org" +- tapOn: "mozilla.org" - extendedWaitUntil: visible: "This server currently doesn’t support sliding sync." timeout: 10000