2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-03 23:15:31 +00:00

Bug 1829600 - Simplify connection error message check

This commit is contained in:
AndiAJ 2023-04-25 18:39:11 +03:00 committed by mergify[bot]
parent 072af09bbc
commit 0bc581115e

View File

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