Skip to content

Commit

Permalink
MDL-69331 core_h5p: Add missing @core_h5p tag
Browse files Browse the repository at this point in the history
  • Loading branch information
sarjona committed Apr 15, 2021
1 parent f3d43c7 commit 39263dd
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@core @core_backup @core_contentbank @_file_upload @javascript
@core @core_backup @core_contentbank @core_h5p @contenttype_h5p @_file_upload @javascript
Feature: Import course content bank content
In order to import content from a course contentbank
As a teacher
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@core @core_contentbank @contenttype_h5p @_file_upload @_switch_iframe @javascript
@core @core_contentbank @core_h5p @contenttype_h5p @_file_upload @_switch_iframe @javascript
Feature: Replace H5P file from an existing content
In order to replace an H5P content from the content bank
As an admin
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@core @core_contentbank @contenttype_h5p @_file_upload @_switch_iframe @javascript
@core @core_contentbank @core_h5p @contenttype_h5p @_file_upload @_switch_iframe @javascript
Feature: H5P file upload to content bank for admins
In order import new H5P content to content bank
As an admin
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@core @core_contentbank @contenttype_h5p @_file_upload @javascript
@core @core_contentbank @core_h5p @contenttype_h5p @_file_upload @javascript
Feature: Manage H5P content from the content bank
In order to manage H5P content in the content bank
As an admin
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@core @core_contentbank @contenttype_h5p @_file_upload @_switch_iframe @javascript
@core @core_contentbank @core_h5p @contenttype_h5p @_file_upload @_switch_iframe @javascript
Feature: Replace H5P file from an existing content requires special capabilities
In order replace an H5P content from the content bank
As a teacher
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@core @core_contentbank @contenttype_h5p @_file_upload @_switch_iframe @javascript
@core @core_contentbank @core_h5p @contenttype_h5p @_file_upload @_switch_iframe @javascript
Feature: H5P file upload to content bank for non admins
In order import new H5P content to content bank
As an admin
Expand Down
2 changes: 1 addition & 1 deletion contentbank/tests/behat/delete_content.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@core @core_contentbank @contentbank_h5p @_file_upload @javascript
@core @core_contentbank @core_h5p @contentbank_h5p @_file_upload @javascript
Feature: Delete H5P file from the content bank
In order remove H5P content from the content bank
As an admin
Expand Down
2 changes: 1 addition & 1 deletion contentbank/tests/behat/download_content.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@core @core_contentbank @contentbank_h5p @_file_upload @javascript
@core @core_contentbank @core_h5p @contentbank_h5p @_file_upload @javascript
Feature: Download H5P content from the content bank
In order export H5P content from the content bank
As an admin
Expand Down
2 changes: 1 addition & 1 deletion contentbank/tests/behat/edit_content.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@core @core_contentbank @contentbank_h5p @_file_upload @javascript
@core @core_contentbank @core_h5p @contentbank_h5p @_file_upload @javascript
Feature: Content bank use editor feature
In order to add/edit content
As a user
Expand Down
2 changes: 1 addition & 1 deletion contentbank/tests/behat/events.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@core @core_contentbank @_file_upload @_switch_iframe @javascript
@core @core_contentbank @core_h5p @contentbank_h5p @_file_upload @_switch_iframe @javascript
Feature: Confirm content bank events are triggered
In order to log content bank actions
As an admin
Expand Down
2 changes: 1 addition & 1 deletion contentbank/tests/behat/search_content.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@core @core_contentbank @contentbank_h5p @_file_upload @javascript
@core @core_contentbank @core_h5p @contentbank_h5p @_file_upload @javascript
Feature: Search content in the content bank
In order to find easily content in the content bank
As an admin
Expand Down
2 changes: 1 addition & 1 deletion contentbank/tests/behat/sort_content.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@core @core_contentbank @contentbank_h5p @_file_upload @javascript
@core @core_contentbank @core_h5p @contentbank_h5p @_file_upload @javascript
Feature: Sort content in the content bank
In order to temporarily organise the content of the content bank
As an admin
Expand Down
2 changes: 1 addition & 1 deletion contentbank/tests/behat/view_preferences.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@core @core_contentbank @contentbank_h5p @_file_upload @javascript
@core @core_contentbank @core_h5p @contentbank_h5p @_file_upload @javascript
Feature: Store the content bank view preference
In order to consistantly view the content bank in icons or details view
As an admin
Expand Down
2 changes: 1 addition & 1 deletion contentbank/tests/behat/visibility.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@core @core_contentbank @contentbank_h5p @_file_upload @javascript
@core @core_contentbank @core_h5p @contentbank_h5p @_file_upload @javascript
Feature: Make content public or unlisted
In order to make content public or unlisted
As a user
Expand Down

0 comments on commit 39263dd

Please sign in to comment.