When we want to assert against data coming
from an AJAX request with 1 second we don't
have enough time to ensure the elements are
loaded
Then the "groups" select box should contain "Group 1 (1)"
And the "groups" select box should contain "Group 2 (1)"
And I select "Group 1 (1)" from "groups"
- And I wait "1" seconds
+ And I wait "5" seconds
And the "members" select box should contain "Student 1"
And I select "Group 2 (1)" from "groups"
- And I wait "1" seconds
+ And I wait "5" seconds
And the "members" select box should contain "Student 2"