Proyectos de Subversion Moodle

Rev

Rev 1 | | Comparar con el anterior | Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
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
  Scenario: Custom preset settings can be downloaded
9
    Given I log in as "admin"
10
    And I navigate to "Site admin presets" in site administration
11
    When I open the action menu in "Custom preset" "table_row"
1441 ariadna 12
    Then following "Download" in the "Custom preset" "table_row" should download a file that:
13
      | Has mimetype                 | text/xml      |
14
      | Contains text in xml element | Custom preset |
1 efrain 15
 
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"
1441 ariadna 20
    Then following "Download" in the "Starter" "table_row" should download a file that:
21
      | Has mimetype                 | text/xml |
22
      | Contains text in xml element | Starter  |