Skip to content

Commit 5ef95b6

Browse files
authored
Merge pull request #3941 from NoelDeMartin/MOBILE-4350
MOBILE-4350 quiz: Fix navigation tests for LMS 4.3
2 parents 55b1b52 + 3e275e5 commit 5ef95b6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/addons/mod/quiz/tests/behat/basic_usage.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@addon_mod_quiz @app @javascript @lms_from4.0
1+
@addon_mod_quiz @app @javascript @lms_from4.4
22
Feature: Attempt a quiz in app
33
As a student
44
In order to demonstrate what I know

src/addons/mod/quiz/tests/behat/quiz_navigation.feature

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ Feature: Navigate through a quiz in the app
8383
And I should find "Text of the first question" in the app
8484
And I should find "Text of the second question" in the app
8585

86+
@lms_from4.4
8687
Scenario: Sequential navigation
8788
Given I entered the quiz activity "Quiz 2" on course "Course 1" as "student1" in the app
8889
And I press "Attempt quiz now" in the app

0 commit comments

Comments
 (0)