You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# The first example has 3 steps
Scenario: Student submits a class change request
Given a non-full class
When the Student submits a class change request
Then they are switched to the new class
# The second example has 5 steps
Scenario: Student submits a class change request
Given a class with no vacant slots
When the Student submits a class change request
Then they are placed on a waiting list
When a class gets a vacant slot
Then the Student is switched to the new class
# The third example has 6 steps
Scenario: Student submits a class change request
Given a class with no vacant slots
When the Student submits a class change request
Then they are placed on a waiting list
Given another Student on the waiting list
And that Student wishes to switch classes with the first Student
Then both Students exchange classes
The text was updated successfully, but these errors were encountered:
Notes
User interface mockups
Acceptance tests
The text was updated successfully, but these errors were encountered: