[fenix] Update UI test to match Support Page title

pull/600/head
ekager 4 years ago committed by Emily Kager
parent e0a4a63d52
commit 4b5c454de7

@ -126,7 +126,7 @@ private fun assertSupport() {
onView(withId(R.id.mozac_browser_toolbar_title_view)).check( onView(withId(R.id.mozac_browser_toolbar_title_view)).check(
matches( matches(
withText( 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( onView(withId(R.id.mozac_browser_toolbar_title_view)).check(
matches( matches(
withText( withText(
containsString("Firefox Preview - Your Rights | How to | Mozilla Support") containsString("Firefox Preview - Your Rights | Firefox Preview Help")
) )
) )
) )

Loading…
Cancel
Save