MDL-58261 behat: Fixed missing @_file_upload tags

This commit is contained in:
Rajesh Taneja
2017-03-16 09:35:26 +08:00
parent 1034421264
commit 49bf960cbb
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
@core @core_badges @_file_upload
@core @core_badges
Feature: Add badges to the system
In order to give badges to users for their achievements
As an admin
@@ -27,7 +27,7 @@ Feature: Add badges to the system
Given I navigate to "Site badges" node in "Site pages"
Then I should see "There are no badges available."
@javascript
@javascript @_file_upload
Scenario: Add a badge
Given I navigate to "Add a new badge" node in "Site administration > Badges"
And I set the following fields to these values:
@@ -1,4 +1,4 @@
@media @media_videojs
@media @media_videojs @_file_upload
Feature: Embed videos without the media filter
In order to add helpful resources for students
As a teacher