Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 25... Línea 25...
25
    And I turn editing mode on
25
    And I turn editing mode on
26
    And I open "Label 1" actions menu
26
    And I open "Label 1" actions menu
27
    When I click on "Delete" "link" in the "Label 1" activity
27
    When I click on "Delete" "link" in the "Label 1" activity
28
    And I click on "Delete" "button" in the "Delete activity?" "dialogue"
28
    And I click on "Delete" "button" in the "Delete activity?" "dialogue"
29
    # Confirm that label is successfully deleted
29
    # Confirm that label is successfully deleted
30
    Then I should not see "Label 1"
30
    Then I should not see "Label 1" in the "page-content" "region"
31
    And I open "Glossary 1" actions menu
31
    And I open "Glossary 1" actions menu
32
    And I click on "Delete" "link" in the "Glossary 1" activity
32
    And I click on "Delete" "link" in the "Glossary 1" activity
33
    And I click on "Delete" "button" in the "Delete activity?" "dialogue"
33
    And I click on "Delete" "button" in the "Delete activity?" "dialogue"
34
    # Confirm that glossary is successfully deleted.
34
    # Confirm that glossary is successfully deleted.
35
    And I should not see "Glossary 1"
35
    And I should not see "Glossary 1" in the "page-content" "region"
36
    # Reload the page and confirm that both the label and glossary are really deleted
36
    # Reload the page and confirm that both the label and glossary are really deleted
37
    And I reload the page
37
    And I reload the page
38
    And I should not see "Label 1"
38
    And I should not see "Label 1"
39
    And I should not see "Glossary 1"
39
    And I should not see "Glossary 1"