Merge pull request #3941 from NoelDeMartin/MOBILE-4350
MOBILE-4350 quiz: Fix navigation tests for LMS 4.3main
commit
5ef95b611f
|
@ -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
|
Feature: Attempt a quiz in app
|
||||||
As a student
|
As a student
|
||||||
In order to demonstrate what I know
|
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 first question" in the app
|
||||||
And I should find "Text of the second question" in the app
|
And I should find "Text of the second question" in the app
|
||||||
|
|
||||||
|
@lms_from4.4
|
||||||
Scenario: Sequential navigation
|
Scenario: Sequential navigation
|
||||||
Given I entered the quiz activity "Quiz 2" on course "Course 1" as "student1" in the app
|
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
|
And I press "Attempt quiz now" in the app
|
||||||
|
|
Loading…
Reference in New Issue