From 1810a2730e89237ee2a4ca2d833d65a81df8b920 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Thu, 9 Nov 2023 11:07:44 +0100 Subject: [PATCH] Maestro navigate to more screen --- .maestro/tests/settings/settings.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.maestro/tests/settings/settings.yaml b/.maestro/tests/settings/settings.yaml index 04e375ecbb..b828ba6c38 100644 --- a/.maestro/tests/settings/settings.yaml +++ b/.maestro/tests/settings/settings.yaml @@ -9,6 +9,11 @@ appId: ${APP_ID} - assertVisible: "Share analytics data" - back +- tapOn: + text: "Notifications" +- assertVisible: "Enable notifications on this device" +- back + - tapOn: text: "Report a problem" - assertVisible: "Report a bug" @@ -21,6 +26,16 @@ appId: ${APP_ID} - assertVisible: "Privacy policy" - back +- tapOn: + text: "Screen lock" +- assertVisible: "Choose PIN" +- back + +- tapOn: + text: "Advanced settings" +- assertVisible: "Rich text editor" +- back + - tapOn: text: "Developer options" - assertVisible: "Feature flags"