Skip to content

Commit

Permalink
Update tabs tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorenzo Mattei committed Oct 12, 2023
1 parent e8e7fc7 commit c20b0cb
Showing 1 changed file with 8 additions and 14 deletions.
22 changes: 8 additions & 14 deletions .maestro/release_tests/tabs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ tags:
id: "searchEntry"
- tapOn:
id: "searchEntry"
- inputText: "https://privacy-test-pages.glitch.me"
- inputText: "https://privacy-test-pages.site"
- pressKey: Enter

# Manage onboarding
Expand All @@ -34,10 +34,8 @@ tags:
- assertVisible: ".*Privacy Test Pages.*"

# Add tab
- assertVisible:
id: "Tabs"
- tapOn:
id: "Tabs"
- assertVisible: Tab Switcher
- tapOn: Tab Switcher
- assertVisible: ".*Privacy Test Pages.*"
- assertVisible:
id: "Add"
Expand All @@ -52,23 +50,19 @@ tags:
- assertVisible: "Search engine"

# Switch Tab
- assertVisible:
id: "Tabs"
- tapOn:
id: "Tabs"
- assertVisible: Tab Switcher
- tapOn: Tab Switcher
- assertVisible: ".*Privacy Test Pages.*"
- assertVisible: ".*Ad Click Flow.*"
- assertVisible: "2 Private Tabs"
- tapOn: "Open \"Privacy Test Pages - Home\" at privacy-test-pages.glitch.me"
- tapOn: "Open \"Privacy Test Pages - Home\" at privacy-test-pages.site"
- assertNotVisible: ".*Ad Click Flow.*"
- assertVisible: ".*Privacy Test Pages.*"
- tapOn: "Refresh Page"

# Close Tab
- assertVisible:
id: "Tabs"
- tapOn:
id: "Tabs"
- assertVisible: Tab Switcher
- tapOn: Tab Switcher
- assertVisible: ".*Privacy Test Pages.*"
- assertVisible: ".*Ad Click Flow.*"
- assertVisible: "2 Private Tabs"
Expand Down

0 comments on commit c20b0cb

Please sign in to comment.