Skip to content

Commit 82082eb

Browse files
committed
MOBILE-4081 forum: Fix prefetch behat test
1 parent 2afa791 commit 82082eb

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

src/addons/mod/forum/tests/behat/basic_usage.feature

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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

src/addons/mod/forum/tests/behat/groups.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)