Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 3... Línea 3...
3
  Background:
3
  Background:
4
    Given the following "tool_admin_presets > preset" exist:
4
    Given the following "tool_admin_presets > preset" exist:
5
      | name       |
5
      | name       |
6
      | Custom preset |
6
      | Custom preset |
Línea 7... Línea -...
7
 
-
 
8
  @javascript
7
 
9
  Scenario: Custom preset settings can be downloaded
8
  Scenario: Custom preset settings can be downloaded
10
    Given I log in as "admin"
9
    Given I log in as "admin"
11
    And I navigate to "Site admin presets" in site administration
10
    And I navigate to "Site admin presets" in site administration
12
    When I open the action menu in "Custom preset" "table_row"
11
    When I open the action menu in "Custom preset" "table_row"
-
 
12
    Then following "Download" in the "Custom preset" "table_row" should download a file that:
-
 
13
      | Has mimetype                 | text/xml      |
Línea 13... Línea -...
13
    Then following "Download" "link" in the "Custom preset" "table_row" should download between "0" and "5000" bytes
-
 
14
 
14
      | Contains text in xml element | Custom preset |
15
  @javascript
15
 
16
  Scenario: Core preset settings can be downloaded
16
  Scenario: Core preset settings can be downloaded
17
    Given I log in as "admin"
17
    Given I log in as "admin"
18
    And I navigate to "Site admin presets" in site administration
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" in the "Starter" "table_row" should download a file that: