diff --git a/src/addons/mod/forum/tests/behat/basic_usage.feature b/src/addons/mod/forum/tests/behat/basic_usage.feature index eb5750689..7f7035095 100755 --- a/src/addons/mod/forum/tests/behat/basic_usage.feature +++ b/src/addons/mod/forum/tests/behat/basic_usage.feature @@ -329,4 +329,9 @@ Feature: Test basic usage of forum activity in app When I press the back button in the app And I press "Sort by last post creation date in descending order" in the app And I press "Sort by last post creation date in ascending order" in the app - Then I should find "There was a problem connecting to the site. Please check your connection and try again." in the app + Then I should find "Forum not available in this sorting order" in the app + + When I press the back button in the app + And I press "Test forum name" in the app + Then I should find "Forum not available in this sorting order" in the app + And I should find "Sort by last post creation date in ascending order" in the app diff --git a/src/addons/mod/forum/tests/behat/groups.feature b/src/addons/mod/forum/tests/behat/groups.feature index 1d10056eb..b542c22c0 100755 --- a/src/addons/mod/forum/tests/behat/groups.feature +++ b/src/addons/mod/forum/tests/behat/groups.feature @@ -366,4 +366,4 @@ Feature: Test usage of forum activity with groups in app When I press "Visible groups" in the app And I press "Group 1" in the app - Then I should find "There was a problem connecting to the site. Please check your connection and try again." in the app + Then I should find "Forum not available in this sorting order" in the app