From 9ae32a96183e4f3984ed573b363df26be5024ade Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Thu, 29 Aug 2024 12:52:51 +0200 Subject: [PATCH] Fix Maestro test. --- .../tests/assertions/assertSessionVerificationDisplayed.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.maestro/tests/assertions/assertSessionVerificationDisplayed.yaml b/.maestro/tests/assertions/assertSessionVerificationDisplayed.yaml index 6690dfddb4..f983ced873 100644 --- a/.maestro/tests/assertions/assertSessionVerificationDisplayed.yaml +++ b/.maestro/tests/assertions/assertSessionVerificationDisplayed.yaml @@ -1,5 +1,5 @@ appId: ${MAESTRO_APP_ID} --- - extendedWaitUntil: - visible: "Confirm that it's you" + visible: "Confirm your identity" timeout: 20000