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:
rajesh Taneja 2015-09-25 11:44:39 +08:00
parent fd57d685c7
commit 8d892b1d40
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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.