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 : loginout.feature
@tool_behat Feature: Verify that the behat login and logout steps work as expected In order to use behat login and log out steps As a test writer I need to verify that login and logout happen when the steps are used Scenario: Log in as a user using the step Given the following "users" exist: | username | firstname | lastname | | traverst1 | Thomas | Travers | When I log in as "traverst1" Then I should see "Thomas Travers" @javascript Scenario: Log in as a user using the step (javascript) Given the following "users" exist: | username | firstname | lastname | | traverst1 | Thomas | Travers | When I log in as "traverst1" Then I should see "Thomas Travers" Scenario: Log out using the log out step Given the following "users" exist: | username | firstname | lastname | | traverst1 | Thomas | Travers | And I am logged in as traverst1 When I log out Then I should not see "Thomas Travers" And I should see "You are not logged in" @javascript Scenario: Log out using the log out step (javascript) Given the following "users" exist: | username | firstname | lastname | | traverst1 | Thomas | Travers | And I am logged in as traverst1 When I log out Then I should not see "Thomas Travers" And I should see "You are not logged in" Scenario: Log in step should automatically log user out if already logged in Given the following "users" exist: | username | firstname | lastname | | traverst1 | Thomas | Travers | | emeryj | Jane | Emery | And I am logged in as traverst1 When I log in as "emeryj" Then I should not see "Thomas Travers" And I should see "Jane Emery" @javascript Scenario: Log in step should automatically log user out if already logged in (javascript) Given the following "users" exist: | username | firstname | lastname | | traverst1 | Thomas | Travers | | emeryj | Jane | Emery | And I am logged in as traverst1 When I log in as "emeryj" Then I should not see "Thomas Travers" And I should see "Jane Emery" Scenario: I am on page logged in as should redirect to correct page Given the following "users" exist: | username | firstname | lastname | | traverst1 | Thomas | Travers | And the following "course" exists: | fullname | Life, the Universe, and Everything | | shortname | hhgttg | When I am on the hhgttg Course page logged in as traverst1 Then I should see "Thomas Travers" And I should see "Life, the Universe, and Everything" @javascript Scenario: I am on page logged in as should redirect to correct page (javascript) Given the following "users" exist: | username | firstname | lastname | | traverst1 | Thomas | Travers | And the following "course" exists: | fullname | Life, the Universe, and Everything | | shortname | hhgttg | When I am on the hhgttg Course page logged in as traverst1 Then I should see "Thomas Travers" And I should see "Life, the Universe, and Everything" Scenario: I am on page logged in as should redirect to correct page when automatically logging a user out Given the following "users" exist: | username | firstname | lastname | | traverst1 | Thomas | Travers | | emeryj | Jane | Emery | And the following "course" exists: | fullname | Life, the Universe, and Everything | | shortname | hhgttg | And I am logged in as emeryj When I am on the hhgttg Course page logged in as traverst1 Then I should see "Thomas Travers" And I should see "Life, the Universe, and Everything" @javascript Scenario: I am on page logged in as should redirect to correct page when automatically logging a user out (javacript) Given the following "users" exist: | username | firstname | lastname | | traverst1 | Thomas | Travers | | emeryj | Jane | Emery | And the following "course" exists: | fullname | Life, the Universe, and Everything | | shortname | hhgttg | And I am logged in as emeryj When I am on the hhgttg Course page logged in as traverst1 Then I should see "Thomas Travers" And I should see "Life, the Universe, and Everything"
Close