Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Failing test for regression w/ modal on homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed Aug 4, 2016
1 parent 2be3a87 commit aa5a093
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/ttw/test_homepage.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ def test_homepage_renders_copy_correctly_for_authed(self):
self.reload()
assert self.css('#content h1').html == 'Teams'
assert self.css('.you-are a').html.strip()[:6] == '~alice'

def test_homepage_pops_the_welcome_modal(self):
assert self.has_text('Welcome to Gratipay!')

0 comments on commit aa5a093

Please sign in to comment.