Skip to content

Commit 9a2720a

Browse files
authored
Merge pull request #3569 from NoelDeMartin/MOBILE-4239-behat
MOBILE-4239: Fix behat tests
2 parents 034db01 + f1ee961 commit 9a2720a

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

src/addons/block/timeline/tests/behat/basic_usage-311.feature

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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## |

src/addons/mod/glossary/tests/behat/navigation.feature

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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"

src/core/features/reportbuilder/tests/behat/reportbuilder.feature

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
@app @javascript @core_reportbuilder
1+
@app @javascript @core_reportbuilder @lms_from4.1
22
Feature: 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 |

0 commit comments

Comments
 (0)