Skip to content

Commit 8e7b113

Browse files
authored
Update fire button copy in Maestro tests (#7130)
Task/Issue URL: https://app.asana.com/1/137249556945/project/488551667048375/task/1211963626085349?focus=true ### Description Updates `- tapOn: "Clear All Tabs And Data”` to `- tapOn: "Clear Tabs and Data”` ### Steps to test this PR - [ ] Code review
1 parent 6e138cc commit 8e7b113

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.maestro/fire_button/fire_during_onboarding.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ tags:
2626
- tapOn: "Cancel"
2727
- assertNotVisible: ".*browsing activity with the Fire Button.*"
2828
- runFlow: ../shared/browser_screen/click_on_fire_button.yaml
29-
- tapOn: "Clear All Tabs And Data"
29+
- tapOn: "Clear Tabs and Data"
3030
- assertVisible: "You've got this!.*"

.maestro/privacy_tests/14_-_Single-site,_single-tab,_no-session-after-fire.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ tags:
5555
- tapOn: "Copy"
5656
- action: back
5757
- runFlow: ../shared/browser_screen/click_on_fire_button.yaml
58-
- tapOn: "Clear All Tabs And Data"
58+
- tapOn: "Clear Tabs and Data"
5959
- longPressOn:
6060
id: "omnibarTextInput"
6161
- tapOn: "Paste"

0 commit comments

Comments
 (0)