MOBILE-4270 behat: Skip excluded tests before 4.0

main
Noel De Martin 2023-04-26 13:46:46 +02:00
parent cfaa844414
commit de2c53b712
3 changed files with 6 additions and 3 deletions

View File

@ -5,7 +5,8 @@ Feature: Test basic usage of BBB activity in app
I need basic BBB functionality to work
Background:
Given I enable "bigbluebuttonbn" "mod" plugin
Given the Moodle site is compatible with this feature
And I enable "bigbluebuttonbn" "mod" plugin
And the following "users" exist:
| username | firstname | lastname | email |
| teacher1 | Teacher | teacher | teacher1@example.com |

View File

@ -2,7 +2,8 @@
Feature: Test usage of BBB activity with groups in app
Background:
Given I enable "bigbluebuttonbn" "mod" plugin
Given the Moodle site is compatible with this feature
And I enable "bigbluebuttonbn" "mod" plugin
And the following "users" exist:
| username | firstname | lastname | email |
| teacher1 | Teacher | teacher | teacher1@example.com |

View File

@ -415,7 +415,8 @@ Feature: Test basic usage of one course in app
@lms_from4.0
Scenario: Self enrol
Given I log in as "teacher1"
Given the Moodle site is compatible with this feature
And I log in as "teacher1"
And I add "Self enrolment" enrolment method in "Course 1" with:
| Custom instance name | Student self enrolment |
And I entered the app as "student2"