diff --git a/app/src/androidTest/java/org/mozilla/fenix/ui/robots/SettingsSubMenuAboutRobot.kt b/app/src/androidTest/java/org/mozilla/fenix/ui/robots/SettingsSubMenuAboutRobot.kt index 60ffa821c..8e785669f 100644 --- a/app/src/androidTest/java/org/mozilla/fenix/ui/robots/SettingsSubMenuAboutRobot.kt +++ b/app/src/androidTest/java/org/mozilla/fenix/ui/robots/SettingsSubMenuAboutRobot.kt @@ -126,7 +126,7 @@ private fun assertSupport() { onView(withId(R.id.mozac_browser_toolbar_title_view)).check( matches( withText( - containsString("Firefox Preview | Mozilla Support") + containsString("Firefox Preview Help") ) ) @@ -166,7 +166,7 @@ private fun assertKnowYourRights() { onView(withId(R.id.mozac_browser_toolbar_title_view)).check( matches( withText( - containsString("Firefox Preview - Your Rights | How to | Mozilla Support") + containsString("Firefox Preview - Your Rights | Firefox Preview Help") ) ) )