Linux aries.aptans.com 4.18.0-348.20.1.lve.1.el8.x86_64 #1 SMP Wed Mar 16 08:45:39 EDT 2022 x86_64
Apache
: 135.181.142.107 | : 172.70.179.154
Cant Read [ /etc/named.conf ]
7.4.33
aja
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
aja /
public_html /
ead /
group /
tests /
behat /
[ HOME SHELL ]
Name
Size
Permission
Action
auto_creation.feature
8.64
KB
-rw-r--r--
behat_groups.php
3.61
KB
-rw-r--r--
create_groups.feature
7.28
KB
-rw-r--r--
delete_groups.feature
3.38
KB
-rw-r--r--
group_description.feature
5.37
KB
-rw-r--r--
groups_import.feature
6.57
KB
-rw-r--r--
id_uniqueness.feature
2.39
KB
-rw-r--r--
overview.feature
9.35
KB
-rw-r--r--
role_visibility.feature
2.46
KB
-rw-r--r--
update_groups.feature
6.45
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : id_uniqueness.feature
@core @core_group Feature: Uniqueness of Group ID number In order to create unique groups and groupings As a teacher I need to create groups with unique identificators Background: Given the following "courses" exist: | fullname | shortname | category | | Course 1 | C1 | 0 | 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 Scenario: Group ID number uniqueness Given I press "Create group" And I set the following fields to these values: | Group name | Group 1 | | Group ID number | G1 | And I press "Save changes" When I press "Create group" And I set the following fields to these values: | Group name | Group 2 | | Group ID number | G1 | And I press "Save changes" Then I should see "This ID number is already taken" And I set the following fields to these values: | Group ID number | G2 | And I press "Save changes" And I set the field "groups" to "Group 1 (0)" And I press "Edit group settings" And I set the following fields to these values: | Group ID number | G2 | And I press "Save changes" And I should see "This ID number is already taken" And I press "Cancel" Scenario: Grouping ID number uniqueness Given I follow "Groupings" And I press "Create grouping" And I set the following fields to these values: | Grouping name | Grouping 1 | | Grouping ID number | GG1 | And I press "Save changes" When I press "Create grouping" And I set the following fields to these values: | Grouping name | Grouping 2 | | Grouping ID number | GG1 | And I press "Save changes" Then I should see "This ID number is already taken" And I set the following fields to these values: | Grouping ID number | GG2 | And I press "Save changes" And I click on "Edit" "link" in the "Grouping 1" "table_row" And I set the following fields to these values: | Grouping ID number | GG2 | And I press "Save changes" And I should see "This ID number is already taken" And I press "Cancel"
Close