~ubuntu-branches/ubuntu/utopic/moodle/utopic

« back to all changes in this revision

Viewing changes to group/tests/behat/create_groups.feature

  • Committer: Package Import Robot
  • Author(s): Thijs Kinkhorst
  • Date: 2014-05-12 16:10:38 UTC
  • mfrom: (36.1.3 sid)
  • Revision ID: package-import@ubuntu.com-20140512161038-puyqf65k4e0s8ytz
Tags: 2.6.3-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
    And I add "student2" user to "Group 2" group
41
41
    And I add "student3" user to "Group 2" group
42
42
    Then I select "Group 1 (2)" from "groups"
43
 
    And I wait "5" seconds
44
43
    And the "members" select box should contain "Student 0"
45
44
    And the "members" select box should contain "Student 1"
46
45
    And the "members" select box should not contain "Student 2"
47
46
    And I select "Group 2 (2)" from "groups"
48
 
    And I wait "5" seconds
49
47
    And the "members" select box should contain "Student 2"
50
48
    And the "members" select box should contain "Student 3"
51
49
    And the "members" select box should not contain "Student 0"