File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed
block/timeline/tests/behat
core/features/reportbuilder/tests/behat Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ Feature: Timeline block.
2525 | assign | C1 | assign03 | Assignment 03 | ##tomorrow ## |
2626 | assign | C2 | assign04 | Assignment 04 | ##+2 days ## |
2727 | assign | C1 | assign05 | Assignment 05 | ##+5 days ## |
28- | assign | C2 | assign06 | Assignment 06 | ##+1 month ## |
29- | assign | C2 | assign07 | Assignment 07 | ##+1 month ## |
30- | assign | C3 | assign08 | Assignment 08 | ##+1 month ## |
31- | assign | C2 | assign09 | Assignment 09 | ##+1 month ## |
32- | assign | C1 | assign10 | Assignment 10 | ##+1 month ## |
28+ | assign | C2 | assign06 | Assignment 06 | ##+31 days ## |
29+ | assign | C2 | assign07 | Assignment 07 | ##+31 days ## |
30+ | assign | C3 | assign08 | Assignment 08 | ##+31 days ## |
31+ | assign | C2 | assign09 | Assignment 09 | ##+31 days ## |
32+ | assign | C1 | assign10 | Assignment 10 | ##+31 days ## |
3333 | assign | C1 | assign11 | Assignment 11 | ##+6 months ## |
3434 | assign | C1 | assign12 | Assignment 12 | ##+6 months ## |
3535 | assign | C1 | assign13 | Assignment 13 | ##+6 months ## |
Original file line number Diff line number Diff line change @@ -200,6 +200,7 @@ Feature: Test glossary navigation
200200 When I swipe to the left in the app
201201 Then I should find "Acerola is a fruit" in the app
202202
203+ @ci_jenkins_skip
203204 Scenario : Tablet navigation on glossary
204205 Given I entered the course "Course 1" as "student1" in the app
205206 And I change viewport size to "1200x640"
Original file line number Diff line number Diff line change 1- @app @javascript @core_reportbuilder
1+ @app @javascript @core_reportbuilder @lms_from4.1
22Feature : Report builder
33
44 Background :
5- Given the following "core_reportbuilder > Reports" exist:
5+ Given the Moodle site is compatible with this feature
6+ And the following "core_reportbuilder > Reports" exist:
67 | name | source | default |
78 | My report 01 | core_user \reportbuilder \datasource \users | 1 |
89 | My report 02 | core_user \reportbuilder \datasource \users | 2 |
You can’t perform that action at this time.
0 commit comments