2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-19 09:25:34 +00:00

[fenix] Issue https://github.com/mozilla-mobile/fenix/issues/19040 - Fix UI test: settingsPrivacyItemsTest

This commit is contained in:
Sebastian Kaspari 2021-04-29 16:36:17 +02:00 committed by Jonathan Almeida
parent 1d8ff55891
commit 3da6fe471e

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)))