| Server IP : 104.21.80.248 / Your IP : 172.71.28.156 Web Server : Apache/2.4.25 (Win32) OpenSSL/1.0.2j PHP/5.6.30 System : Windows NT WIN-ECQAAA40806 6.2 build 9200 (Windows Server 2012 Standard Edition) i586 User : SYSTEM ( 0) PHP Version : 5.6.30 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Inetpub/www/myschool/triamudom/tuprblearn/group/tests/behat/ |
Upload File : |
@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 | [email protected] |
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"