Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Commit

Permalink
Bugfix MTE-2174 [v122] testSafariIntegration fails intermittently (#3992
Browse files Browse the repository at this point in the history
)

* empty commit

* Narrow down the cell that should be tapped
  • Loading branch information
clarmso authored Jan 18, 2024
1 parent 663105e commit 009cb91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ class SettingAppearanceTest: BaseTestCase {
} else {
iOS_Settings.cells.staticTexts["CONTENT_BLOCKERS"].tap()
}
iOS_Settings.tables.cells.element(boundBy: 0).tap()
iOS_Settings.tables.cells.staticTexts["Firefox Focus"].tap()
iOS_Settings.tables.cells.switches.element(boundBy: 0).tap()
iOS_Settings.terminate()

Expand Down

0 comments on commit 009cb91

Please sign in to comment.