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 /
admin /
tool /
behat /
tests /
behat /
[ HOME SHELL ]
Name
Size
Permission
Action
fixtures
[ DIR ]
drwxrwxrwx
data_generators.feature
18.51
KB
-rwxrwxrwx
datetime_strings.feature
1.08
KB
-rwxrwxrwx
edit_permissions.feature
4.52
KB
-rwxrwxrwx
get_and_set_fields.feature
10.55
KB
-rwxrwxrwx
get_and_set_fields_in_containe...
1.5
KB
-rwxrwxrwx
i_am_on_page.feature
5.18
KB
-rwxrwxrwx
inplaceeditable.feature
1.29
KB
-rwxrwxrwx
keyboard.feature
1.93
KB
-rwxrwxrwx
list_steps.feature
1.88
KB
-rwxrwxrwx
loginout.feature
4.4
KB
-rwxrwxrwx
manipulate_forms.feature
1.2
KB
-rwxrwxrwx
nasty_strings.feature
2.38
KB
-rwxrwxrwx
test_environment.feature
304
B
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : get_and_set_fields_in_containers.feature
@tool_behat Feature: Behat steps for interacting with form work In order to test my Moodle code As a developer I need the Behat steps for form elements to work reliably @javascript Scenario: Test fields in containers Given the following "courses" exist: | fullname | shortname | summary | summaryformat | | Course 1 | C1 | Red | 1 | When I log in as "admin" And I am on "Course 1" course homepage # Just get to any form. And I navigate to "Edit settings" in current page administration And I set the field "Course full name" in the "General" "fieldset" to "Frog" And I set the following fields in the "Appearance" "fieldset" to these values: | Show activity reports | Yes | | Number of announcements | 1 | And I set the following fields in the "Description" "fieldset" to these values: | Course summary | Green | Then the field "Show activity reports" in the "Appearance" "fieldset" matches value "Yes" And the field "Show activity reports" in the "Appearance" "fieldset" does not match value "No" And the following fields in the "region-main" "region" match these values: | Course full name | Frog | | Number of announcements | 1 | | Course summary | Green | And the following fields in the "region-main" "region" do not match these values: | Course full name | Course 1 | | Number of announcements | 5 | | Course summary | Red |
Close