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 : list_steps.feature
@tool @tool_behat Feature: List the system steps definitions In order to create new tests As a tests writer I need to list and filter the system steps definitions Background: Given I am on homepage And I log in as "admin" And I navigate to "Development > Acceptance testing" in site administration @javascript Scenario: Accessing the list Then I should see "Step definitions" And I should not see "There aren't steps definitions matching this filter" And I should not see "the following \"ELEMENT_STRING\" exist:" And "entities1" "select" should exist And the "entities1" select box should contain "users" And the "entities1" select box should contain "mod_assign > submissions" @javascript Scenario: Filtering by type Given I set the field "Type" to "Then. Checkings to ensure the outcomes are the expected ones" When I press "Filter" Then I should see "Checks, that page contains specified text." And I should not see "Opens Moodle homepage." @javascript Scenario: Filtering by keyword Given I set the field "Contains" to "homepage" When I press "Filter" Then I should see "Opens Moodle homepage." @javascript Scenario: Filtering by the multiple words pattern Given I set the field "Contains" to "should exist" When I press "Filter" Then I should not see "There aren't steps definitions matching this filter" And I should see "Checks the provided element and selector type exists in the current page." And I should see "Checks that an element and selector type exists in another element and selector type on the current page." @javascript Scenario: Get required fields Given I set the field "entities1" to "users" And I should see "| username |" When I set the field "entities1" to "mod_quiz > user overrides" Then I should not see "| username |" And I should see "| quiz | user |"
Close