test_docs: Add test coverage for new /emails/ endpoint.

This commit is contained in:
Tim Abbott 2017-06-09 16:25:39 -07:00
parent 6219128d87
commit 2514ee4294
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ class DocPageTest(ZulipTestCase):
"https://my.pingdom.com/reports/integration/settings",
])
self._test('/devlogin/', 'Normal users')
self._test('/emails/', 'Zooly Zulipson invited you to join Zulip')
self._test('/register/', 'Sign up for Zulip')
result = self.client_get('/new-user/')