MOBILE-4362 behat: Skip background steps
parent
c3e713137d
commit
a894241e05
|
@ -2,7 +2,8 @@
|
||||||
Feature: Test decimal separators in lesson
|
Feature: Test decimal separators in lesson
|
||||||
|
|
||||||
Background:
|
Background:
|
||||||
Given the following "users" exist:
|
Given the Moodle site is compatible with this feature
|
||||||
|
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 |
|
||||||
| student1 | Student | student | student1@example.com |
|
| student1 | Student | student | student1@example.com |
|
||||||
|
|
|
@ -2,7 +2,8 @@
|
||||||
Feature: Test decimal separators in lesson
|
Feature: Test decimal separators in lesson
|
||||||
|
|
||||||
Background:
|
Background:
|
||||||
Given the following "users" exist:
|
Given the Moodle site is compatible with this feature
|
||||||
|
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 |
|
||||||
| student1 | Student | student | student1@example.com |
|
| student1 | Student | student | student1@example.com |
|
||||||
|
|
Loading…
Reference in New Issue