mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-43480 behat: Switching @_only_local and @_alerts to @_file_upload and @_alert
This commit is contained in:
parent
81ad5438c7
commit
561e9bb92e
17 changed files with 22 additions and 16 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue