Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 8... Línea 8...
8
  Scenario: Test expand all fieldsets when there is only one fieldset
8
  Scenario: Test expand all fieldsets when there is only one fieldset
9
    Given I log in as "admin"
9
    Given I log in as "admin"
10
    # This page was selected because it only has one fieldset.
10
    # This page was selected because it only has one fieldset.
11
    When I navigate to "Users > Accounts > Upload users" in site administration
11
    When I navigate to "Users > Accounts > Upload users" in site administration
12
    # Close the fieldset manually...
12
    # Close the fieldset manually...
13
    And I click on "//a[@data-toggle='collapse']" "xpath_element"
13
    And I click on "//a[@data-bs-toggle='collapse']" "xpath_element"
14
    And I should not see "Example text file"
14
    And I should not see "Example text file"
15
    # Expand using 'expand all' step.
15
    # Expand using 'expand all' step.
16
    And I expand all fieldsets
16
    And I expand all fieldsets
17
    Then I should see "Example text file"
17
    Then I should see "Example text file"