mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-11 13:11:01 +00:00
Issue #19040 - Fix UI test: settingsPrivacyItemsTest
This commit is contained in:
parent
5f4a590418
commit
cd4294d314
@ -77,7 +77,7 @@ private fun assertDataCollectionOptions() {
|
|||||||
.check(matches(withEffectiveVisibility(Visibility.VISIBLE)))
|
.check(matches(withEffectiveVisibility(Visibility.VISIBLE)))
|
||||||
|
|
||||||
val marketingDataText =
|
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))
|
onView(withText(marketingDataText))
|
||||||
.check(matches(withEffectiveVisibility(Visibility.VISIBLE)))
|
.check(matches(withEffectiveVisibility(Visibility.VISIBLE)))
|
||||||
|
Loading…
Reference in New Issue
Block a user