MDL-43480 behat: Adding @_file_upload and @_alert tags

Keeping the previous @_only_local and @_alerts as
this is a stable branch.
This commit is contained in:
David Monllao
2014-01-17 10:42:57 +08:00
parent 00695acc5b
commit 54ecdf3f24
11 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
@core @core_admin @_only_local
@core @core_admin @_only_local @_file_upload
Feature: Upload users
In order to add users to the system
As an admin
+1 -1
View File
@@ -1,4 +1,4 @@
@core @core_badges @_only_local
@core @core_badges @_only_local @_file_upload
Feature: Add badges to the system
In order to give badges to users for their achievements
As an admin
+1 -1
View File
@@ -1,4 +1,4 @@
@core @core_badges @_only_local
@core @core_badges @_only_local @_file_upload
Feature: Award badges
In order to award badges to users for their achievements
As an admin
@@ -1,4 +1,4 @@
@core @core_cohort @_only_local
@core @core_cohort @_only_local @_file_upload
Feature: Upload users to a cohort
In order to quickly fill site-wide groups with users
As an admin
+1 -1
View File
@@ -1,4 +1,4 @@
@core @core_group @_only_local
@core @core_group @_only_local @_file_upload
Feature: Importing of groups and groupings
In order to import groups and grouping
As a teacher
@@ -1,4 +1,4 @@
@mod @mod_assign @_only_local
@mod @mod_assign @_only_local @_file_upload
Feature: In an assignment, students can upload files for assessment
In order to complete my assignments providing files
As a student
+1 -1
View File
@@ -1,4 +1,4 @@
@mod @mod_scorm @_only_local
@mod @mod_scorm @_only_local @_file_upload
Feature: Add scorm activity
In order to let students access a scorm package
As a teacher
@@ -1,4 +1,4 @@
@repository @repository_recent @_only_local
@repository @repository_recent @_only_local @_file_upload
Feature: Recent files repository lists the recently used files
In order to save time when selecting files
As a user
@@ -1,4 +1,4 @@
@core @core_filepicker @_only_local
@core @core_filepicker @_only_local @_file_upload
Feature: A selected file can be cancelled
In order to refine the file manager contents
As a user
+1 -1
View File
@@ -1,4 +1,4 @@
@core @core_filepicker @_only_local
@core @core_filepicker @_only_local @_file_upload
Feature: Delete files and folders from the file manager
In order to clean the file manager contents
As a user
@@ -1,4 +1,4 @@
@repository @repository_upload @_only_local
@repository @repository_upload @_only_local @_file_upload
Feature: Upload files
In order to add contents
As a user