MDL-43480 behat: Switching @_only_local and @_alerts to @_file_upload and @_alert

This commit is contained in:
David Monllao 2014-01-13 14:30:53 +08:00
parent 81ad5438c7
commit 561e9bb92e
17 changed files with 22 additions and 16 deletions

View file

@ -1,4 +1,4 @@
@repository @repository_recent @_only_local
@repository @repository_recent @_file_upload
Feature: Recent files repository lists the recently used files
In order to save time when selecting files
As a user

View file

@ -1,4 +1,4 @@
@core @core_filepicker @_only_local
@core @core_filepicker @_file_upload
Feature: A selected file can be cancelled
In order to refine the file manager contents
As a user

View file

@ -1,4 +1,4 @@
@core @core_filepicker @repository @repository_user @_only_local
@core @core_filepicker @repository @repository_user @_file_upload
Feature: Create shortcuts
In order to automatically synchronize copies of the file with the source
As a teacher

View file

@ -1,4 +1,4 @@
@core @core_filepicker @_only_local
@core @core_filepicker @_file_upload
Feature: Delete files and folders from the file manager
In order to clean the file manager contents
As a user

View file

@ -1,4 +1,4 @@
@core @core_filepicker @_only_local
@core @core_filepicker @_file_upload
Feature: Overwrite file feature
In order to update an existing file
As a user

View file

@ -1,4 +1,4 @@
@repository @repository_upload @_only_local
@repository @repository_upload @_file_upload
Feature: Upload files
In order to add contents
As a user