From 0210ba49fe49546a460694c053e33ae73d5cd8e3 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Thu, 9 Nov 2023 09:33:56 +0100 Subject: [PATCH 1/4] Fix Maestro test due to wording change. --- .maestro/tests/settings/settings.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.maestro/tests/settings/settings.yaml b/.maestro/tests/settings/settings.yaml index 2fac9b108a..04e375ecbb 100644 --- a/.maestro/tests/settings/settings.yaml +++ b/.maestro/tests/settings/settings.yaml @@ -10,7 +10,7 @@ appId: ${APP_ID} - back - tapOn: - text: "Report bug" + text: "Report a problem" - assertVisible: "Report a bug" - back From 1810a2730e89237ee2a4ca2d833d65a81df8b920 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Thu, 9 Nov 2023 11:07:44 +0100 Subject: [PATCH 2/4] 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" From 8be26db977fa1205fa443379555b746eb5f23027 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Thu, 9 Nov 2023 11:08:03 +0100 Subject: [PATCH 3/4] Maestro: scroll to see the item --- .maestro/tests/roomList/createAndDeleteRoom.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.maestro/tests/roomList/createAndDeleteRoom.yaml b/.maestro/tests/roomList/createAndDeleteRoom.yaml index 5ec7060679..18d52b9dd8 100644 --- a/.maestro/tests/roomList/createAndDeleteRoom.yaml +++ b/.maestro/tests/roomList/createAndDeleteRoom.yaml @@ -29,5 +29,6 @@ appId: ${APP_ID} - tapOn: "People" # assert there's 1 member and 2 invitees - tapOn: "Back" +- scroll - tapOn: "Leave room" - tapOn: "Leave" From d7a371d710376d0a71b61cd3e2296f159ddf13bc Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Thu, 9 Nov 2023 11:26:12 +0100 Subject: [PATCH 4/4] Maestro: close keyboard first --- .maestro/tests/settings/settings.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.maestro/tests/settings/settings.yaml b/.maestro/tests/settings/settings.yaml index b828ba6c38..53fcf0f017 100644 --- a/.maestro/tests/settings/settings.yaml +++ b/.maestro/tests/settings/settings.yaml @@ -29,6 +29,7 @@ appId: ${APP_ID} - tapOn: text: "Screen lock" - assertVisible: "Choose PIN" +- hideKeyboard - back - tapOn: