Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
For #11665: Update UI tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarare committed Jun 18, 2020
1 parent 22951e3 commit e470698
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ private fun assertAllTheCheckBoxesText() {
onView(withText(R.string.preferences_delete_browsing_data_tabs_title_2))
.check(matches(withEffectiveVisibility(Visibility.VISIBLE)))

onView(withText(R.string.preferences_delete_browsing_data_on_quit_browsing_history))
onView(withText(R.string.preferences_delete_browsing_data_browsing_data_title))
.check(matches(withEffectiveVisibility(Visibility.VISIBLE)))

onView(withText(R.string.preferences_delete_browsing_data_cookies))
Expand Down

0 comments on commit e470698

Please sign in to comment.