1 |
efrain |
1 |
@tool @tool_admin_presets
|
|
|
2 |
Feature: I can download a preset
|
|
|
3 |
Background:
|
|
|
4 |
Given the following "tool_admin_presets > preset" exist:
|
|
|
5 |
| name |
|
|
|
6 |
| Custom preset |
|
|
|
7 |
|
|
|
8 |
@javascript
|
|
|
9 |
Scenario: Custom preset settings can be downloaded
|
|
|
10 |
Given I log in as "admin"
|
|
|
11 |
And I navigate to "Site admin presets" in site administration
|
|
|
12 |
When I open the action menu in "Custom preset" "table_row"
|
|
|
13 |
Then following "Download" "link" in the "Custom preset" "table_row" should download between "0" and "5000" bytes
|
|
|
14 |
|
|
|
15 |
@javascript
|
|
|
16 |
Scenario: Core preset settings can be downloaded
|
|
|
17 |
Given I log in as "admin"
|
|
|
18 |
And I navigate to "Site admin presets" in site administration
|
|
|
19 |
When I open the action menu in "Starter" "table_row"
|
|
|
20 |
Then following "Download" "link" in the "Starter" "table_row" should download between "0" and "5000" bytes
|