Skip to content

Commit

Permalink
MDL-51555 behat: Added @_file_upload missing tags
Browse files Browse the repository at this point in the history
So phantomjs can perform complete runs without breakage.
  • Loading branch information
stronk7 committed Oct 1, 2015
1 parent e976a02 commit 3883191
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion question/type/ddimageortext/tests/behat/add.feature
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Feature: Test creating a drag and drop onto image question
And I follow "Course 1"
And I navigate to "Question bank" node in "Course administration"

@javascript
@javascript @_file_upload
Scenario: Create a drag and drop onto image question
When I press "Create a new question ..."
And I set the field "Drag and drop onto image" to "1"
Expand Down
2 changes: 1 addition & 1 deletion question/type/ddmarker/tests/behat/add.feature
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Feature: Test creating a drag and drop markers question
And I follow "Course 1"
And I navigate to "Question bank" node in "Course administration"

@javascript
@javascript @_file_upload
Scenario: Create a drag and drop markers question
When I press "Create a new question ..."
And I set the field "Drag and drop markers" to "1"
Expand Down
2 changes: 1 addition & 1 deletion question/type/gapselect/tests/behat/import_test.feature
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Feature: Import and export select missing words questions
And I log in as "teacher1"
And I follow "Course 1"

@javascript
@javascript @_file_upload
Scenario: Import and export select missing words questions
# Import sample file.
When I navigate to "Import" node in "Course administration > Question bank"
Expand Down

0 comments on commit 3883191

Please sign in to comment.