From bad325e1c5f99a12df2f6efb6117c4de50111019 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Castell=C3=B3n?= Date: Thu, 16 Jan 2020 12:07:53 +0100 Subject: [PATCH] MOBILE-3295 MOBILE-3296 MOBILE-3297 MOBILE-3300 behat: Improvements on forum, survey, choice and courses --- mod/courses/tests/behat/app_basic_usage.feature | 2 +- mod/forum/tests/behat/app_basic_usage.feature | 3 +-- mod/survey/tests/behat/app_basic_usage.feature | 11 +---------- 3 files changed, 3 insertions(+), 13 deletions(-) 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