Bug 1829600 - Simplify connection error message check

fenix/114.1.0
AndiAJ 1 year ago committed by mergify[bot]
parent 072af09bbc
commit 0bc581115e

@ -799,8 +799,6 @@ class BrowserRobot {
fun verifyConnectionErrorMessage() {
assertItemContainingTextExists(
itemContainingText(getStringResource(R.string.mozac_browser_errorpages_connection_failure_title)),
itemContainingText("The site could be temporarily unavailable or too busy. Try again in a few moments."),
itemContainingText("If you are unable to load any pages, check your devices data or Wi-Fi connection."),
)
assertItemWithResIdExists(itemWithResId("errorTryAgain"))
}

Loading…
Cancel
Save