1
0
Fork 0

Update UI test to match Support Page title

master
ekager 2020-04-14 09:58:19 -07:00 committed by Emily Kager
parent 55b04b9885
commit 2056b6f2ff
1 changed files with 2 additions and 2 deletions

View File

@ -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")
) )
) )
) )