forked from EVOgeek/Vmeda.Online
commit
9a2720a251
|
@ -25,11 +25,11 @@ Feature: Timeline block.
|
||||||
| assign | C1 | assign03 | Assignment 03 | ##tomorrow## |
|
| assign | C1 | assign03 | Assignment 03 | ##tomorrow## |
|
||||||
| assign | C2 | assign04 | Assignment 04 | ##+2 days## |
|
| assign | C2 | assign04 | Assignment 04 | ##+2 days## |
|
||||||
| assign | C1 | assign05 | Assignment 05 | ##+5 days## |
|
| assign | C1 | assign05 | Assignment 05 | ##+5 days## |
|
||||||
| assign | C2 | assign06 | Assignment 06 | ##+1 month## |
|
| assign | C2 | assign06 | Assignment 06 | ##+31 days## |
|
||||||
| assign | C2 | assign07 | Assignment 07 | ##+1 month## |
|
| assign | C2 | assign07 | Assignment 07 | ##+31 days## |
|
||||||
| assign | C3 | assign08 | Assignment 08 | ##+1 month## |
|
| assign | C3 | assign08 | Assignment 08 | ##+31 days## |
|
||||||
| assign | C2 | assign09 | Assignment 09 | ##+1 month## |
|
| assign | C2 | assign09 | Assignment 09 | ##+31 days## |
|
||||||
| assign | C1 | assign10 | Assignment 10 | ##+1 month## |
|
| assign | C1 | assign10 | Assignment 10 | ##+31 days## |
|
||||||
| assign | C1 | assign11 | Assignment 11 | ##+6 months## |
|
| assign | C1 | assign11 | Assignment 11 | ##+6 months## |
|
||||||
| assign | C1 | assign12 | Assignment 12 | ##+6 months## |
|
| assign | C1 | assign12 | Assignment 12 | ##+6 months## |
|
||||||
| assign | C1 | assign13 | Assignment 13 | ##+6 months## |
|
| assign | C1 | assign13 | Assignment 13 | ##+6 months## |
|
||||||
|
|
|
@ -200,6 +200,7 @@ Feature: Test glossary navigation
|
||||||
When I swipe to the left in the app
|
When I swipe to the left in the app
|
||||||
Then I should find "Acerola is a fruit" in the app
|
Then I should find "Acerola is a fruit" in the app
|
||||||
|
|
||||||
|
@ci_jenkins_skip
|
||||||
Scenario: Tablet navigation on glossary
|
Scenario: Tablet navigation on glossary
|
||||||
Given I entered the course "Course 1" as "student1" in the app
|
Given I entered the course "Course 1" as "student1" in the app
|
||||||
And I change viewport size to "1200x640"
|
And I change viewport size to "1200x640"
|
||||||
|
|
|
@ -1,8 +1,9 @@
|
||||||
@app @javascript @core_reportbuilder
|
@app @javascript @core_reportbuilder @lms_from4.1
|
||||||
Feature: Report builder
|
Feature: Report builder
|
||||||
|
|
||||||
Background:
|
Background:
|
||||||
Given the following "core_reportbuilder > Reports" exist:
|
Given the Moodle site is compatible with this feature
|
||||||
|
And the following "core_reportbuilder > Reports" exist:
|
||||||
| name | source | default |
|
| name | source | default |
|
||||||
| My report 01 | core_user\reportbuilder\datasource\users | 1 |
|
| My report 01 | core_user\reportbuilder\datasource\users | 1 |
|
||||||
| My report 02 | core_user\reportbuilder\datasource\users | 2 |
|
| My report 02 | core_user\reportbuilder\datasource\users | 2 |
|
||||||
|
|
Loading…
Reference in New Issue