This repository has been archived by the owner on Feb 8, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 308
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make tests work under multiple notifications
- Loading branch information
1 parent
ea4904c
commit 5b1949f
Showing
2 changed files
with
6 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -211,8 +211,8 @@ def test_sends_one_mail_per_address(self): | |
self.add_and_verify_email(cat, '[email protected]') | ||
self.visit_as('cat') | ||
self.css('.important-button button').click() | ||
assert self.wait_for_success() == 'Check [email protected] for a verification link.' | ||
assert self.wait_for_success() == 'Check [email protected] for a verification link.' | ||
assert self.wait_for_success('Check [email protected] for a verification link.') | ||
assert self.wait_for_success('Check [email protected] for a verification link.') | ||
|
||
def test_sends_one_mail_for_multiple_packages(self): | ||
self.make_participant('alice', claimed_time='now', email_address='[email protected]') | ||
|