mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
MDL-51555 behat: Added @_file_upload missing tags
So phantomjs can perform complete runs without breakage.
This commit is contained in:
parent
e976a02cef
commit
3883191436
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user