From e73d9075e9667f7a2ca1753481a2f8fcb8d58e66 Mon Sep 17 00:00:00 2001 From: David Monllao Date: Wed, 30 Dec 2015 14:47:45 +0800 Subject: [PATCH] MDL-52347 format_social: Replicate wait between new discussions --- .../tests/behat/social_adjust_discussion_count.feature | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/course/format/social/tests/behat/social_adjust_discussion_count.feature b/course/format/social/tests/behat/social_adjust_discussion_count.feature index 87487869048..92bc5e9bae4 100644 --- a/course/format/social/tests/behat/social_adjust_discussion_count.feature +++ b/course/format/social/tests/behat/social_adjust_discussion_count.feature @@ -39,6 +39,7 @@ Background: And I press "Post to forum" And I wait to be redirected And I follow "Course 1" + And I wait "1" seconds And I press "Add a new discussion topic" And I set the following fields to these values: | Subject | Forum Post 7 | @@ -46,6 +47,7 @@ Background: And I press "Post to forum" And I wait to be redirected And I follow "Course 1" + And I wait "1" seconds And I press "Add a new discussion topic" And I set the following fields to these values: | Subject | Forum Post 6 | @@ -53,6 +55,7 @@ Background: And I press "Post to forum" And I wait to be redirected And I follow "Course 1" + And I wait "1" seconds And I press "Add a new discussion topic" And I set the following fields to these values: | Subject | Forum Post 5 | @@ -60,6 +63,7 @@ Background: And I press "Post to forum" And I wait to be redirected And I follow "Course 1" + And I wait "1" seconds And I press "Add a new discussion topic" And I set the following fields to these values: | Subject | Forum Post 4 | @@ -67,6 +71,7 @@ Background: And I press "Post to forum" And I wait to be redirected And I follow "Course 1" + And I wait "1" seconds And I press "Add a new discussion topic" And I set the following fields to these values: | Subject | Forum Post 3 | @@ -74,14 +79,15 @@ Background: And I press "Post to forum" And I wait to be redirected And I follow "Course 1" + And I wait "1" seconds And I press "Add a new discussion topic" And I set the following fields to these values: | Subject | Forum Post 2 | | Message | This is forum post two | And I press "Post to forum" And I wait to be redirected - And I wait "1" seconds And I follow "Course 1" + And I wait "1" seconds And I press "Add a new discussion topic" And I set the following fields to these values: | Subject | Forum Post 1 |