mirror of
https://github.com/moodle/moodle.git
synced 2025-08-03 08:09:47 +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 @@
|
||||||
@core @core_admin @_only_local
|
@core @core_admin @_file_upload
|
||||||
Feature: Upload users
|
Feature: Upload users
|
||||||
In order to add users to the system
|
In order to add users to the system
|
||||||
As an admin
|
As an admin
|
||||||
|
|
6
admin/tool/behat/upgrade.txt
Normal file
6
admin/tool/behat/upgrade.txt
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
This files describes API changes in the assign code.
|
||||||
|
|
||||||
|
=== 2.7 ===
|
||||||
|
|
||||||
|
* @_only_local tag used in .feature files replaced by @_file_upload tag
|
||||||
|
* @_alerts tag used in .feature files replaced by @_alert tag
|
|
@ -1,4 +1,4 @@
|
||||||
@tool @tool_uploadcourse @_only_local
|
@tool @tool_uploadcourse @_file_upload
|
||||||
Feature: An admin can create courses using a CSV file
|
Feature: An admin can create courses using a CSV file
|
||||||
In order to create courses using a CSV file
|
In order to create courses using a CSV file
|
||||||
As an admin
|
As an admin
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
@tool @tool_uploadcourse @_only_local
|
@tool @tool_uploadcourse @_file_upload
|
||||||
Feature: An admin can update courses using a CSV file
|
Feature: An admin can update courses using a CSV file
|
||||||
In order to update courses using a CSV file
|
In order to update courses using a CSV file
|
||||||
As an admin
|
As an admin
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
@core @core_badges @_only_local
|
@core @core_badges @_file_upload
|
||||||
Feature: Add badges to the system
|
Feature: Add badges to the system
|
||||||
In order to give badges to users for their achievements
|
In order to give badges to users for their achievements
|
||||||
As an admin
|
As an admin
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
@core @core_badges @_only_local
|
@core @core_badges @_file_upload
|
||||||
Feature: Award badges
|
Feature: Award badges
|
||||||
In order to award badges to users for their achievements
|
In order to award badges to users for their achievements
|
||||||
As an admin
|
As an admin
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
@core @core_cohort @_only_local
|
@core @core_cohort @_file_upload
|
||||||
Feature: Upload users to a cohort
|
Feature: Upload users to a cohort
|
||||||
In order to quickly fill site-wide groups with users
|
In order to quickly fill site-wide groups with users
|
||||||
As an admin
|
As an admin
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
@core @core_course @_alerts
|
@core @core_course @_alert
|
||||||
Feature: Course activity controls works as expected
|
Feature: Course activity controls works as expected
|
||||||
In order to manage my course's activities
|
In order to manage my course's activities
|
||||||
As a teacher
|
As a teacher
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
@core @core_group @_only_local
|
@core @core_group @_file_upload
|
||||||
Feature: Importing of groups and groupings
|
Feature: Importing of groups and groupings
|
||||||
In order to import groups and grouping
|
In order to import groups and grouping
|
||||||
As a teacher
|
As a teacher
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
@mod @mod_assign @_only_local
|
@mod @mod_assign @_file_upload
|
||||||
Feature: In an assignment, students can upload files for assessment
|
Feature: In an assignment, students can upload files for assessment
|
||||||
In order to complete my assignments providing files
|
In order to complete my assignments providing files
|
||||||
As a student
|
As a student
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
@mod @mod_scorm @_only_local @_switch_frame
|
@mod @mod_scorm @_file_upload @_switch_frame
|
||||||
Feature: Add scorm activity
|
Feature: Add scorm activity
|
||||||
In order to let students access a scorm package
|
In order to let students access a scorm package
|
||||||
As a teacher
|
As a teacher
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
@repository @repository_recent @_only_local
|
@repository @repository_recent @_file_upload
|
||||||
Feature: Recent files repository lists the recently used files
|
Feature: Recent files repository lists the recently used files
|
||||||
In order to save time when selecting files
|
In order to save time when selecting files
|
||||||
As a user
|
As a user
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
@core @core_filepicker @_only_local
|
@core @core_filepicker @_file_upload
|
||||||
Feature: A selected file can be cancelled
|
Feature: A selected file can be cancelled
|
||||||
In order to refine the file manager contents
|
In order to refine the file manager contents
|
||||||
As a user
|
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
|
Feature: Create shortcuts
|
||||||
In order to automatically synchronize copies of the file with the source
|
In order to automatically synchronize copies of the file with the source
|
||||||
As a teacher
|
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
|
Feature: Delete files and folders from the file manager
|
||||||
In order to clean the file manager contents
|
In order to clean the file manager contents
|
||||||
As a user
|
As a user
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
@core @core_filepicker @_only_local
|
@core @core_filepicker @_file_upload
|
||||||
Feature: Overwrite file feature
|
Feature: Overwrite file feature
|
||||||
In order to update an existing file
|
In order to update an existing file
|
||||||
As a user
|
As a user
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
@repository @repository_upload @_only_local
|
@repository @repository_upload @_file_upload
|
||||||
Feature: Upload files
|
Feature: Upload files
|
||||||
In order to add contents
|
In order to add contents
|
||||||
As a user
|
As a user
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue