Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions src/addons/block/timeline/tests/behat/basic_usage-311.feature
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ Feature: Timeline block.
| assign | C1 | assign03 | Assignment 03 | ##tomorrow## |
| assign | C2 | assign04 | Assignment 04 | ##+2 days## |
| assign | C1 | assign05 | Assignment 05 | ##+5 days## |
| assign | C2 | assign06 | Assignment 06 | ##+1 month## |
| assign | C2 | assign07 | Assignment 07 | ##+1 month## |
| assign | C3 | assign08 | Assignment 08 | ##+1 month## |
| assign | C2 | assign09 | Assignment 09 | ##+1 month## |
| assign | C1 | assign10 | Assignment 10 | ##+1 month## |
| assign | C2 | assign06 | Assignment 06 | ##+31 days## |
| assign | C2 | assign07 | Assignment 07 | ##+31 days## |
| assign | C3 | assign08 | Assignment 08 | ##+31 days## |
| assign | C2 | assign09 | Assignment 09 | ##+31 days## |
| assign | C1 | assign10 | Assignment 10 | ##+31 days## |
| assign | C1 | assign11 | Assignment 11 | ##+6 months## |
| assign | C1 | assign12 | Assignment 12 | ##+6 months## |
| assign | C1 | assign13 | Assignment 13 | ##+6 months## |
Expand Down
1 change: 1 addition & 0 deletions src/addons/mod/glossary/tests/behat/navigation.feature
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ Feature: Test glossary navigation
When I swipe to the left in the app
Then I should find "Acerola is a fruit" in the app

@ci_jenkins_skip
Scenario: Tablet navigation on glossary
Given I entered the course "Course 1" as "student1" in the app
And I change viewport size to "1200x640"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
@app @javascript @core_reportbuilder
@app @javascript @core_reportbuilder @lms_from4.1
Feature: Report builder

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 |
| My report 01 | core_user\reportbuilder\datasource\users | 1 |
| My report 02 | core_user\reportbuilder\datasource\users | 2 |
Expand Down