Fix bug in lettuce tests where the unregister dialog wasn't

getting closed fast enough.
This commit is contained in:
Diana Huang
2013-05-14 17:16:24 -04:00
parent 1c2175304e
commit 22cf0dfa97
3 changed files with 21 additions and 3 deletions

View File

@@ -15,4 +15,6 @@ Feature: Register for a course
And I visit the dashboard
When I click the link with the text "Unregister"
And I press the "Unregister" button in the Unenroll dialog
Then I should see "Looks like you haven't registered for any courses yet." somewhere in the page
Then All dialogs should be closed
And I should be on the dashboard page
And I should see "Looks like you haven't registered for any courses yet." somewhere in the page