From bad9d7e12ce33e37d554b55b1bf37d323be1b11d Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Mon, 3 Jul 2023 17:06:58 +0200 Subject: [PATCH] Update Maestro test regarding settings. --- .maestro/tests/settings/settings.yaml | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/.maestro/tests/settings/settings.yaml b/.maestro/tests/settings/settings.yaml index ee3104024c..2fac9b108a 100644 --- a/.maestro/tests/settings/settings.yaml +++ b/.maestro/tests/settings/settings.yaml @@ -2,12 +2,29 @@ appId: ${APP_ID} --- - tapOn: id: "home_screen-settings" -- assertVisible: "Rageshake to report bug" +- assertVisible: "Settings" - takeScreenshot: build/maestro/600-Settings - tapOn: - text: "Report bug" - index: 1 -- assertVisible: "Describe the bug…" + text: "Analytics" +- assertVisible: "Share analytics data" - back + +- tapOn: + text: "Report bug" +- assertVisible: "Report a bug" +- back + +- tapOn: + text: "About" +- assertVisible: "Copyright" +- assertVisible: "Acceptable use policy" +- assertVisible: "Privacy policy" +- back + +- tapOn: + text: "Developer options" +- assertVisible: "Feature flags" +- back + - back - runFlow: ../assertions/assertHomeDisplayed.yaml