MOBILE-4081 forum: Fix prefetch behat test

main
Dani Palou 2022-12-16 08:36:54 +01:00
parent 2afa7918b1
commit 82082eb14a
2 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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