mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +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
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
|
||||
In order to create courses using a CSV file
|
||||
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
|
||||
In order to update courses using a CSV file
|
||||
As an admin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue