diff --git a/app/src/androidTest/java/org/mozilla/fenix/ui/robots/SettingsSubMenuDataCollectionRobot.kt b/app/src/androidTest/java/org/mozilla/fenix/ui/robots/SettingsSubMenuDataCollectionRobot.kt index 07f36c0ff..c4dbca480 100644 --- a/app/src/androidTest/java/org/mozilla/fenix/ui/robots/SettingsSubMenuDataCollectionRobot.kt +++ b/app/src/androidTest/java/org/mozilla/fenix/ui/robots/SettingsSubMenuDataCollectionRobot.kt @@ -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)))