MOBILE-4270 behat: Skip excluded tests before 4.0
parent
cfaa844414
commit
de2c53b712
|
@ -5,7 +5,8 @@ Feature: Test basic usage of BBB activity in app
|
||||||
I need basic BBB functionality to work
|
I need basic BBB functionality to work
|
||||||
|
|
||||||
Background:
|
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:
|
And the following "users" exist:
|
||||||
| username | firstname | lastname | email |
|
| username | firstname | lastname | email |
|
||||||
| teacher1 | Teacher | teacher | teacher1@example.com |
|
| teacher1 | Teacher | teacher | teacher1@example.com |
|
||||||
|
|
|
@ -2,7 +2,8 @@
|
||||||
Feature: Test usage of BBB activity with groups in app
|
Feature: Test usage of BBB activity with groups in app
|
||||||
|
|
||||||
Background:
|
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:
|
And the following "users" exist:
|
||||||
| username | firstname | lastname | email |
|
| username | firstname | lastname | email |
|
||||||
| teacher1 | Teacher | teacher | teacher1@example.com |
|
| teacher1 | Teacher | teacher | teacher1@example.com |
|
||||||
|
|
|
@ -415,7 +415,8 @@ Feature: Test basic usage of one course in app
|
||||||
|
|
||||||
@lms_from4.0
|
@lms_from4.0
|
||||||
Scenario: Self enrol
|
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:
|
And I add "Self enrolment" enrolment method in "Course 1" with:
|
||||||
| Custom instance name | Student self enrolment |
|
| Custom instance name | Student self enrolment |
|
||||||
And I entered the app as "student2"
|
And I entered the app as "student2"
|
||||||
|
|
Loading…
Reference in New Issue