diff --git a/mod/forum/tests/behat/discussion_navigation.feature b/mod/forum/tests/behat/discussion_navigation.feature index 314bc8819ea..c7a79954ea7 100644 --- a/mod/forum/tests/behat/discussion_navigation.feature +++ b/mod/forum/tests/behat/discussion_navigation.feature @@ -47,6 +47,7 @@ Feature: A user can navigate to previous and next discussions And I add a new discussion to "Test forum name" forum with: | Subject | Discussion 3 | | Message | Test post message | + And I wait "1" seconds When I follow "Discussion 3" Then I should not see "Discussion 1" And I should see "Discussion 2" @@ -60,7 +61,6 @@ Feature: A user can navigate to previous and next discussions And I set the following fields to these values: | Message | Answer to discussion | And I press "Post to forum" - And I wait to be redirected And I should not see "Discussion 2" And I should see "Discussion 3" And I follow "Discussion 3"