Skip to content

Commit

Permalink
MDL-51555 behat: Added @_switch_window tag
Browse files Browse the repository at this point in the history
DND question types use switch window and the tag
was not added, so it was failing for phantomjs
Added tag to avoid phantomjs failures
  • Loading branch information
rajesh Taneja committed Sep 25, 2015
1 parent fd57d68 commit 8d892b1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion question/type/ddimageortext/tests/behat/preview.feature
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion question/type/ddmarker/tests/behat/preview.feature
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion question/type/ddwtos/tests/behat/preview.feature
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion question/type/gapselect/tests/behat/basic_test.feature
@@ -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.
Expand Down

0 comments on commit 8d892b1

Please sign in to comment.