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" 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"