mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
MDL-51555 behat: Added @_switch_window tag
DND question types use switch window and the tag was not added, so it was failing for phantomjs Added tag to avoid phantomjs failures
This commit is contained in:
parent
fd57d685c7
commit
8d892b1d40
@ -1,4 +1,4 @@
|
||||
@qtype @qtype_ddimageortext
|
||||
@qtype @qtype_ddimageortext @_switch_window
|
||||
Feature: Preview a drag-drop onto image question
|
||||
As a teacher
|
||||
In order to check my drag-drop onto image questions will work for students
|
||||
|
@ -1,4 +1,4 @@
|
||||
@qtype @qtype_ddmarker
|
||||
@qtype @qtype_ddmarker @_switch_window
|
||||
Feature: Preview a drag-drop onto image question
|
||||
As a teacher
|
||||
In order to check my drag-drop onto image questions will work for students
|
||||
|
@ -1,4 +1,4 @@
|
||||
@qtype @qtype_ddwtos
|
||||
@qtype @qtype_ddwtos @_switch_window
|
||||
Feature: Preview a drag-drop into text question
|
||||
As a teacher
|
||||
In order to check my drag-drop into text questions will work for students
|
||||
|
@ -1,4 +1,4 @@
|
||||
@qtype @qtype_gapselect
|
||||
@qtype @qtype_gapselect @_switch_window
|
||||
Feature: Test all the basic functionality of this question type
|
||||
In order to evaluate students responses, As a teacher I need to
|
||||
create and preview gapselect (Select missing words) questions.
|
||||
|
Loading…
x
Reference in New Issue
Block a user