From 3baaea4a12cc55fb31d2a4fe133b6a79977bcca5 Mon Sep 17 00:00:00 2001 From: Sebastian Kaspari Date: Thu, 29 Apr 2021 16:36:17 +0200 Subject: [PATCH] Issue #19040 - Fix UI test: settingsPrivacyItemsTest --- .../fenix/ui/robots/SettingsSubMenuDataCollectionRobot.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)))