diff --git a/mod/courses/tests/behat/app_basic_usage.feature b/mod/courses/tests/behat/app_basic_usage.feature index 168441bdf..8b62c266f 100755 --- a/mod/courses/tests/behat/app_basic_usage.feature +++ b/mod/courses/tests/behat/app_basic_usage.feature @@ -94,4 +94,4 @@ Feature: Test basic usage of courses in app Then I should see "Course 1" And I should see "Course 2" And I should see "Course 3" - And I should see "Course 4" + And I should see "Course 4" \ No newline at end of file diff --git a/mod/forum/tests/behat/app_basic_usage.feature b/mod/forum/tests/behat/app_basic_usage.feature index 9ce95940c..48cea02da 100755 --- a/mod/forum/tests/behat/app_basic_usage.feature +++ b/mod/forum/tests/behat/app_basic_usage.feature @@ -438,5 +438,4 @@ Feature: Test basic usage of forum activity in app And I press "Reply" in the app And I set the field "Write your reply" to "ReplyMessage" in the app And I press "Post to forum" in the app - And I pause - + And I pause \ No newline at end of file diff --git a/mod/survey/tests/behat/app_basic_usage.feature b/mod/survey/tests/behat/app_basic_usage.feature index f184432dc..08fa78a6c 100755 --- a/mod/survey/tests/behat/app_basic_usage.feature +++ b/mod/survey/tests/behat/app_basic_usage.feature @@ -596,13 +596,4 @@ Feature: Test basic usage of survey activity in app And I switch offline mode to "false" And I wait "600" seconds Then I should not see "This Survey has offline data to be synchronised." - And I should see "You have completed this survey." - - - - - - - - - + And I should see "You have completed this survey." \ No newline at end of file