X7ROOT File Manager
Current Path:
/home/cbholdings/pasukulu/group/tests/behat
home
/
cbholdings
/
pasukulu
/
group
/
tests
/
behat
/
📁
..
📄
auto_creation.feature
(8.5 KB)
📄
backup_restore_groups.feature
(2.75 KB)
📄
behat_groups.php
(3.66 KB)
📄
create_groups.feature
(6.98 KB)
📄
custom_fields.feature
(2.97 KB)
📄
delete_groups.feature
(3.31 KB)
📄
group_description_picture.feature
(5.84 KB)
📄
groups_import.feature
(6.2 KB)
📄
id_uniqueness.feature
(2.35 KB)
📄
overview.feature
(9.31 KB)
📄
private_groups.feature
(8.44 KB)
📄
role_visibility.feature
(2.32 KB)
📄
update_groups.feature
(7.11 KB)
Editing: 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 the "Course 1" "groups" page 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 select "Groupings" from the "jump" singleselect 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"
Upload File
Create Folder