Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 19... Línea 19...
19
    When I press "Save changes"
19
    When I press "Save changes"
20
    Then I should see "Learning plan template created"
20
    Then I should see "Learning plan template created"
21
    And I should see "Science template"
21
    And I should see "Science template"
Línea 22... Línea 22...
22
 
22
 
23
  Scenario: Read a learning plan template
23
  Scenario: Read a learning plan template
24
    Given the following lp "templates" exist:
24
    Given the following "core_competency > templates" exist:
25
      | shortname | description |
25
      | shortname               | description                  |
26
      | Science template Year-2 | science template description |
26
      | Science template Year-2 | science template description |
27
    And I navigate to "Competencies > Learning plan templates" in site administration
27
    And I navigate to "Competencies > Learning plan templates" in site administration
28
    And I should see "Science template Year-2"
28
    And I should see "Science template Year-2"
29
    When I click on "Science template Year-2" "link"
29
    When I click on "Science template Year-2" "link"
30
    Then I should see "Science template Year-2"
30
    Then I should see "Science template Year-2"
Línea 31... Línea 31...
31
    And I should see "Learning plan template competencies"
31
    And I should see "Learning plan template competencies"
32
 
32
 
33
  Scenario: Edit a learning plan template
33
  Scenario: Edit a learning plan template
34
    Given the following lp "templates" exist:
34
    Given the following "core_competency > templates" exist:
35
      | shortname | description |
35
      | shortname               | description                  |
36
      | Science template Year-3 | science template description |
36
      | Science template Year-3 | science template description |
37
    And I navigate to "Competencies > Learning plan templates" in site administration
37
    And I navigate to "Competencies > Learning plan templates" in site administration
38
    And I should see "Science template Year-3"
38
    And I should see "Science template Year-3"
Línea 42... Línea 42...
42
    When I press "Save changes"
42
    When I press "Save changes"
43
    Then I should see "Learning plan template updated"
43
    Then I should see "Learning plan template updated"
44
    And I should see "Science template Year-3 Edited"
44
    And I should see "Science template Year-3 Edited"
Línea 45... Línea 45...
45
 
45
 
46
  Scenario: Delete a learning plan template
46
  Scenario: Delete a learning plan template
47
    Given the following lp "templates" exist:
47
    Given the following "core_competency > templates" exist:
48
      | shortname | description |
48
      | shortname               | description                  |
49
      | Science template Year-4 | science template description |
49
      | Science template Year-4 | science template description |
50
    And I navigate to "Competencies > Learning plan templates" in site administration
50
    And I navigate to "Competencies > Learning plan templates" in site administration
51
    And I should see "Science template Year-4"
51
    And I should see "Science template Year-4"
52
    And I click on "Delete" of edit menu in the "Science template Year-4" row
52
    And I click on "Delete" of edit menu in the "Science template Year-4" row