__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
@core @core_group @core_customfield @javascript
Feature: Add and use group custom fields
In order to store an extra information about groups
As an admin
I need to create group customs fields and be able to populate them on group creation
Background:
Given the following "custom field categories" exist:
| name | component | area | itemid |
| Category for group1 | core_group | group | 0 |
| Category for grouping1 | core_group | grouping | 0 |
And 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 |
Scenario: Create a new group custom field and use the field for a new group
When I log in as "admin"
And I navigate to "Courses > Groups > Group custom fields" in site administration
Then I should see "Category for group1"
And I click on "Add a new custom field" "link"
And I click on "Short text" "link"
And I set the following fields to these values:
| Name | Test field |
| Short name | testfield |
And I click on "Save changes" "button" in the "Adding a new Short text" "dialogue"
Then the following should exist in the "generaltable" table:
| Custom field | Short name | Type |
| Test field | testfield | Short text |
Then I log in as "teacher1"
And I am on the "Course 1" "groups" page
And I press "Create group"
Then I should see "Category for group1"
And I should see "Test field"
And I set the following fields to these values:
| Group name | My new group |
| Test field | Custom field text |
And I press "Save changes"
Then the "groups" select box should contain "My new group (0)"
And I set the field "groups" to "My new group (0)"
And I press "Edit group settings"
And the field "Test field" matches value "Custom field text"
Scenario: Create a new grouping custom field and use the field for a new grouping
When I log in as "admin"
And I navigate to "Courses > Groups > Grouping custom fields" in site administration
Then I should see "Category for grouping1"
And I click on "Add a new custom field" "link"
And I click on "Short text" "link"
And I set the following fields to these values:
| Name | Test field |
| Short name | testfield |
And I click on "Save changes" "button" in the "Adding a new Short text" "dialogue"
Then the following should exist in the "generaltable" table:
| Custom field | Short name | Type |
| Test field | testfield | Short text |
Then I log in as "teacher1"
And I am on the "Course 1" "groupings" page
And I press "Create grouping"
Then I should see "Category for grouping1"
And I should see "Test field"
And I set the following fields to these values:
| Grouping name | My new grouping |
| Test field | Custom field text |
And I press "Save changes"
Then I should see "My new grouping"
And I click on "Edit" "link" in the "My new grouping" "table_row"
And the field "Test field" matches value "Custom field text"
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| auto_creation.feature | File | 8.52 KB | 0777 |
|
| backup_restore_groups.feature | File | 2.83 KB | 0777 |
|
| behat_groups.php | File | 3.66 KB | 0777 |
|
| bulk_messaging.feature | File | 2.45 KB | 0777 |
|
| create_groups.feature | File | 6.97 KB | 0777 |
|
| custom_fields.feature | File | 3 KB | 0777 |
|
| delete_groups.feature | File | 2.88 KB | 0777 |
|
| group_customfields.feature | File | 3.35 KB | 0777 |
|
| group_description_picture.feature | File | 5.84 KB | 0777 |
|
| groups_import.feature | File | 7.75 KB | 0777 |
|
| id_uniqueness.feature | File | 2.36 KB | 0777 |
|
| overview.feature | File | 9.26 KB | 0777 |
|
| private_groups.feature | File | 11.63 KB | 0777 |
|
| role_visibility.feature | File | 2.32 KB | 0777 |
|
| update_groups.feature | File | 7.15 KB | 0777 |
|