From 702e33dfdceea617da65a2e0e1f6eec7ece9d715 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Fri, 23 Feb 2024 15:28:47 +0100 Subject: [PATCH] Update Maestro test after wording change. --- .maestro/tests/assertions/assertHomeDisplayed.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.maestro/tests/assertions/assertHomeDisplayed.yaml b/.maestro/tests/assertions/assertHomeDisplayed.yaml index 40b6dc3e67..c371d3b2c0 100644 --- a/.maestro/tests/assertions/assertHomeDisplayed.yaml +++ b/.maestro/tests/assertions/assertHomeDisplayed.yaml @@ -1,5 +1,5 @@ appId: ${MAESTRO_APP_ID} --- - extendedWaitUntil: - visible: "All Chats" + visible: "Chats" timeout: 10000