MOBILE-4350 quiz: Fix navigation tests for LMS 4.3
parent
55b1b527c0
commit
3e275e5b18
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue