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:
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 device’s data or Wi-Fi connection."),
|
||||
)
|
||||
assertItemWithResIdExists(itemWithResId("errorTryAgain"))
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user