HEX
Server: Apache
System: Linux webm010.cluster103.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: iestorre (46869)
PHP: 8.0.30
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/iestorre/moodleAW/moodle505/repository/upload/tests/behat/upload_file.feature
@repository @repository_upload @_only_local @_file_upload
Feature: Upload files
  In order to add contents
  As a user
  I need to upload files

  @javascript
  Scenario: Upload a file in a multiple file filemanager
    Given the following "courses" exists:
      | fullname | shortname | category |
      | Course 1 | C1 | 0 |
    And I log in as "admin"
    And I navigate to "My private files" node in "My profile"
    And I upload "lib/tests/fixtures/empty.txt" file to "Files" filemanager
    Then I should see "1" elements in "Files" filemanager
    And I should see "empty.txt" in the "div.fp-content" "css_element"
    When I upload "lib/tests/fixtures/empty.txt" file to "Files" filemanager as:
      | Save as | empty_copy.txt |
    Then I should see "2" elements in "Files" filemanager
    And I should see "empty.txt"
    And I should see "empty_copy.txt"
    And I press "Cancel"