From 9ebabe44f1dafd4bd9532b1aa8a79d22cf8d682e Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Mon, 27 Mar 2023 14:39:16 +0200 Subject: [PATCH] [Strings] Update test after string change --- .maestro/tests/settings/settings.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.maestro/tests/settings/settings.yaml b/.maestro/tests/settings/settings.yaml index 6d54953242..397a0f70b5 100644 --- a/.maestro/tests/settings/settings.yaml +++ b/.maestro/tests/settings/settings.yaml @@ -1,12 +1,12 @@ appId: ${APP_ID} --- - tapOn: "Settings" -- assertVisible: "Rage shake to report bug" +- assertVisible: "Rageshake to report bug" - takeScreenshot: build/maestro/600-Settings - tapOn: text: "Report bug" index: 1 -- assertVisible: "Describe your problem here" +- assertVisible: "Describe the bug…" - back - back - runFlow: ../assertions/assertHomeDisplayed.yaml