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" diff --git a/.maestro/tests/settings/settings.yaml b/.maestro/tests/settings/settings.yaml index 2fac9b108a..53fcf0f017 100644 --- a/.maestro/tests/settings/settings.yaml +++ b/.maestro/tests/settings/settings.yaml @@ -10,7 +10,12 @@ appId: ${APP_ID} - back - tapOn: - text: "Report bug" + text: "Notifications" +- assertVisible: "Enable notifications on this device" +- back + +- tapOn: + text: "Report a problem" - assertVisible: "Report a bug" - back @@ -21,6 +26,17 @@ appId: ${APP_ID} - assertVisible: "Privacy policy" - back +- tapOn: + text: "Screen lock" +- assertVisible: "Choose PIN" +- hideKeyboard +- back + +- tapOn: + text: "Advanced settings" +- assertVisible: "Rich text editor" +- back + - tapOn: text: "Developer options" - assertVisible: "Feature flags"