From a51cf30b2f30d6653b13bf4fd94b30c7e23c3256 Mon Sep 17 00:00:00 2001 From: Noel De Martin Date: Wed, 22 Sep 2021 14:11:56 +0200 Subject: [PATCH] MOBILE-3860 behat: Update error message --- mod/login/tests/behat/app_basic_usage.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/login/tests/behat/app_basic_usage.feature b/mod/login/tests/behat/app_basic_usage.feature index 0685c75c2..6709d8c76 100755 --- a/mod/login/tests/behat/app_basic_usage.feature +++ b/mod/login/tests/behat/app_basic_usage.feature @@ -39,7 +39,7 @@ Feature: Test basic usage of login in app And I set the field "Your site" to "Wrong Site Address" in the app And I press enter in the app Then I should find "Cannot connect" in the app - And I should find "Please check the address is correct." in the app + And I should find "Wrong Site Address" in the app Scenario: Delete a site When I enter the app