Skip to content

Commit

Permalink
MDL-58261 behat: Fixed missing @_file_upload tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajesh Taneja committed Mar 16, 2017
1 parent 1034421 commit 49bf960
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions badges/tests/behat/add_badge.feature
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion media/player/videojs/tests/behat/modules.feature
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 49bf960

Please sign in to comment.