File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
src/addons/mod/forum/tests/behat Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -329,4 +329,9 @@ Feature: Test basic usage of forum activity in app
329329 When I press the back button in the app
330330 And I press "Sort by last post creation date in descending order" in the app
331331 And I press "Sort by last post creation date in ascending order" in the app
332- Then I should find "There was a problem connecting to the site. Please check your connection and try again." in the app
332+ Then I should find "Forum not available in this sorting order" in the app
333+
334+ When I press the back button in the app
335+ And I press "Test forum name" in the app
336+ Then I should find "Forum not available in this sorting order" in the app
337+ And I should find "Sort by last post creation date in ascending order" in the app
Original file line number Diff line number Diff line change @@ -366,4 +366,4 @@ Feature: Test usage of forum activity with groups in app
366366
367367 When I press "Visible groups" in the app
368368 And I press "Group 1" in the app
369- Then I should find "There was a problem connecting to the site. Please check your connection and try again. " in the app
369+ Then I should find "Forum not available in this sorting order " in the app
You can’t perform that action at this time.
0 commit comments