mirror of https://github.com/zulip/zulip.git
test_docs: Add test coverage for new /emails/ endpoint.
This commit is contained in:
parent
6219128d87
commit
2514ee4294
|
@ -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/')
|
||||
|
|
Loading…
Reference in New Issue