HEX
Server: LiteSpeed
System: Linux server.zepintelhosting.com 4.18.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
User: enamadmin (1026)
PHP: 8.2.30
Disabled: exec,system,passthru,shell_exec,proc_open,popen,apache_child_terminate
Upload Files
File: /home/enamadmin/public_html/elearning_plateforme1/lib/tests/behat/expand_single_fieldset.feature
@core
Feature: Expand single fieldset in Behat tests
  In order to expand all fieldsets when there is only one
  As a developer
  I need Behat to successfully expand that fieldset

  @javascript
  Scenario: Test expand all fieldsets when there is only one fieldset
    Given I log in as "admin"
    # This page was selected because it only has one fieldset.
    When I navigate to "Users > Accounts > Upload users" in site administration
    # Close the fieldset manually...
    And I click on "//a[@data-toggle='collapse']" "xpath_element"
    And I should not see "Example text file"
    # Expand using 'expand all' step.
    And I expand all fieldsets
    Then I should see "Example text file"