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 : i_am_on_page.feature
@tool @tool_behat Feature: Use core page resolvers for the I am on the page steps In order to write tests correctly As a developer I need to have steps which take me straight to a page Scenario Outline: When I am on an instance Given the following "categories" exist: | name | category | idnumber | | Cat 1 | 0 | CAT1 | And the following "course" exists: | fullname | Economics 101 | | shortname | ECON101 | | idnumber | 2021-econ101 | And the following "activity" exists: | course | ECON101 | | activity | forum | | name | Fundamentals of Economics | | idnumber | fundamentalsofeconomics | And I log in as "admin" When I am on the <identifier> <type> page Then I should see "<shouldsee>" Examples: | description | identifier | type | shouldsee | | Course Category idnumber | CAT1 | category | Add a new course | | Course Category name | "Cat 1" | Category | Add a new course | | Course Full name | "Economics 101" | course | Fundamentals of Economics | | Course Short name | ECON101 | COURSE | Fundamentals of Economics | | Course idnumber | "2021-econ101" | Course | Fundamentals of Economics | | Forum idnumber | fundamentalsofeconomics | Activity | Add a new discussion | | Generic activity editing | fundamentalsofeconomics | "Activity editing" | Updating: Forum | | Forum name | "Fundamentals of Economics" | "Forum activity" | Add a new discussion | | Forum name editing | "Fundamentals of Economics" | "Forum activity editing" | Updating: Forum | | Forum name permissions | "Fundamentals of Economics" | "Forum activity permissions" | Permissions in Forum: Fun | | Forum name roles | "Fundamentals of Economics" | "Forum activity roles" | Assign roles in Forum: Fun | Scenario Outline: When I am on an instance logged in as Given the following "categories" exist: | name | category | idnumber | | Cat 1 | 0 | CAT1 | And the following "course" exists: | fullname | Economics 101 | | shortname | ECON101 | | idnumber | 2021-econ101 | And the following "activity" exists: | course | ECON101 | | activity | forum | | name | Fundamentals of Economics | | idnumber | fundamentalsofeconomics | When I am on the <identifier> <type> page logged in as admin Then I should see "<shouldsee>" Examples: | description | identifier | type | shouldsee | | Course Category idnumber | CAT1 | category | Add a new course | | Course Category name | "Cat 1" | Category | Add a new course | | Course Full name | "Economics 101" | course | Fundamentals of Economics | | Course Short name | ECON101 | COURSE | Fundamentals of Economics | | Course idnumber | "2021-econ101" | Course | Fundamentals of Economics | | Forum idnumber | fundamentalsofeconomics | Activity | Add a new discussion | | Generic activity editing | fundamentalsofeconomics | "Activity editing" | Updating: Forum | | Forum name | "Fundamentals of Economics" | "Forum activity" | Add a new discussion | | Forum name editing | "Fundamentals of Economics" | "Forum activity editing" | Updating: Forum | | Forum name permissions | "Fundamentals of Economics" | "Forum activity permissions" | Permissions in Forum: Fun | | Forum name roles | "Fundamentals of Economics" | "Forum activity roles" | Assign roles in Forum: Fun | Scenario Outline: When I am on a named page Given I log in as "admin" When I am on the <identifier> page Then I should see "<shouldsee>" Examples: | description | identifier | shouldsee | | Admin page | "Admin notifications" | Check for available updates | | Home page | Homepage | Recently accessed courses | Scenario Outline: When I am on a named page logged in as When I am on the <identifier> page logged in as admin Then I should see "<shouldsee>" Examples: | description | identifier | shouldsee | | Admin page | "Admin notifications" | Check for available updates | | Home page | Homepage | Recently accessed courses |
Close