From 8f42fdd833e3335c098abb32720d6f75b581157e Mon Sep 17 00:00:00 2001 From: Chris Brind Date: Thu, 26 Sep 2024 13:14:53 +0100 Subject: [PATCH 1/2] fix fire button test --- .maestro/release_tests/firebutton.yaml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.maestro/release_tests/firebutton.yaml b/.maestro/release_tests/firebutton.yaml index a3caacdb6a..649848b75e 100644 --- a/.maestro/release_tests/firebutton.yaml +++ b/.maestro/release_tests/firebutton.yaml @@ -36,9 +36,13 @@ tags: - inputText: "https://example.com" - pressKey: Enter -# Check history -- longPressOn: "Tab Switcher" +# Close tab +- tapOn: "Tab Switcher" +- tapOn: "Close \"Example Domain\" at example.com" +- tapOn: + id: "Add" +# Check history - assertVisible: id: "searchEntry" - tapOn: @@ -46,7 +50,7 @@ tags: - inputText: "ex" - assertVisible: "example.com" - assertVisible: "Example Domain" -- tapOn: "Cancel" +- tapOn: "Example Domain" # Fire button - tapOn: "Close Tabs and Clear Data" From 4cb015718aa213ecfa60111f76dba516201edda5 Mon Sep 17 00:00:00 2001 From: Chris Brind Date: Thu, 26 Sep 2024 18:06:45 +0100 Subject: [PATCH 2/2] refresh the page before accessing the menu --- .maestro/release_tests/bookmarks.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.maestro/release_tests/bookmarks.yaml b/.maestro/release_tests/bookmarks.yaml index 7bd1ff5681..0cea3824f8 100644 --- a/.maestro/release_tests/bookmarks.yaml +++ b/.maestro/release_tests/bookmarks.yaml @@ -34,6 +34,7 @@ tags: - assertVisible: "Privacy Test Pages - Home" - assertVisible: "privacy-test-pages.site" - tapOn: "Privacy Test Pages - Home" +- tapOn: "Refresh Page" # Verify site has been bookmarked - assertVisible: "Browsing menu"