mirror of
https://github.com/moodle/moodle.git
synced 2025-04-14 04:52:36 +02:00
Merge branch 'MDL-75984-master-v1' of https://github.com/lameze/moodle
This commit is contained in:
commit
0b4de0c41f
@ -1,18 +1,20 @@
|
||||
@tool @tool_admin_presets
|
||||
Feature: I can download a preset
|
||||
|
||||
Background:
|
||||
Given I log in as "admin"
|
||||
And the following "tool_admin_presets > preset" exist:
|
||||
Given the following "tool_admin_presets > preset" exist:
|
||||
| name |
|
||||
| Custom preset |
|
||||
And I navigate to "Site admin presets" in site administration
|
||||
|
||||
@javascript
|
||||
Scenario: Core and custom preset settings can be downloaded
|
||||
Scenario: Custom preset settings can be downloaded
|
||||
Given I log in as "admin"
|
||||
And I navigate to "Site admin presets" in site administration
|
||||
When I open the action menu in "Custom preset" "table_row"
|
||||
Then following "Download" "link" in the "Custom preset" "table_row" should download between "0" and "5000" bytes
|
||||
And I open the action menu in "Starter" "table_row"
|
||||
And following "Download" "link" in the "Starter" "table_row" should download between "0" and "5000" bytes
|
||||
|
||||
@javascript
|
||||
Scenario: Core preset settings can be downloaded
|
||||
Given I log in as "admin"
|
||||
And I navigate to "Site admin presets" in site administration
|
||||
When I open the action menu in "Starter" "table_row"
|
||||
Then following "Download" "link" in the "Starter" "table_row" should download between "0" and "5000" bytes
|
||||
|
Loading…
x
Reference in New Issue
Block a user