Issue #19040 - Fix UI test: settingsPrivacyItemsTest

This commit is contained in:
Sebastian Kaspari 2021-04-29 16:36:17 +02:00
parent 4da4e0737a
commit 3baaea4a12
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ private fun assertDataCollectionOptions() {
.check(matches(withEffectiveVisibility(Visibility.VISIBLE)))
val marketingDataText =
"Shares data about what features you use in Firefox Preview with Leanplum, our mobile marketing vendor."
"Shares basic usage data with Adjust, our mobile marketing vendor"
onView(withText(marketingDataText))
.check(matches(withEffectiveVisibility(Visibility.VISIBLE)))