Skip to content

Commit

Permalink
Merge pull request #3941 from NoelDeMartin/MOBILE-4350
Browse files Browse the repository at this point in the history
MOBILE-4350 quiz: Fix navigation tests for LMS 4.3
  • Loading branch information
dpalou authored Feb 22, 2024
2 parents 55b1b52 + 3e275e5 commit 5ef95b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/addons/mod/quiz/tests/behat/basic_usage.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@addon_mod_quiz @app @javascript @lms_from4.0
@addon_mod_quiz @app @javascript @lms_from4.4
Feature: Attempt a quiz in app
As a student
In order to demonstrate what I know
Expand Down
1 change: 1 addition & 0 deletions src/addons/mod/quiz/tests/behat/quiz_navigation.feature
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ Feature: Navigate through a quiz in the app
And I should find "Text of the first question" in the app
And I should find "Text of the second question" in the app

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

0 comments on commit 5ef95b6

Please sign in to comment.