Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 49bf960

Browse files
author
Rajesh Taneja
committedMar 16, 2017
MDL-58261 behat: Fixed missing @_file_upload tags
1 parent 1034421 commit 49bf960

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎badges/tests/behat/add_badge.feature

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@core @core_badges @_file_upload
1+
@core @core_badges
22
Feature: Add badges to the system
33
In order to give badges to users for their achievements
44
As an admin
@@ -27,7 +27,7 @@ Feature: Add badges to the system
2727
Given I navigate to "Site badges" node in "Site pages"
2828
Then I should see "There are no badges available."
2929

30-
@javascript
30+
@javascript @_file_upload
3131
Scenario: Add a badge
3232
Given I navigate to "Add a new badge" node in "Site administration > Badges"
3333
And I set the following fields to these values:

‎media/player/videojs/tests/behat/modules.feature

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@media @media_videojs
1+
@media @media_videojs @_file_upload
22
Feature: Embed videos without the media filter
33
In order to add helpful resources for students
44
As a teacher

0 commit comments

Comments
 (0)