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

Commit

Permalink
Add TODO reminder
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveBarnett committed Oct 21, 2014
1 parent 9924a13 commit 625d130
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions go/tests/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ def test_google_analytics(self):
self.assertContains(response, 'TEST-GA-UA')
self.assertContains(response, 'analytics.js')

# TODO: remove once #1029 is done

def test_aria_footer(self):
response = self.client.get(reverse('home'), follow=True)
self.assertContains(response, 'role="contentinfo"')
Expand Down

0 comments on commit 625d130

Please sign in to comment.