test_docs: Fix normal users test text.

This commit is contained in:
Tim Abbott
2017-03-22 13:14:16 -07:00
parent 3d3f9bc58e
commit 0fec03f8bb

View File

@@ -36,7 +36,7 @@ class DocPageTest(ZulipTestCase):
self._test('/features/', 'Talk about multiple topics at once') self._test('/features/', 'Talk about multiple topics at once')
self._test('/hello/', 'workplace chat that actually improves your productivity') self._test('/hello/', 'workplace chat that actually improves your productivity')
self._test('/integrations/', 'require creating a Zulip bot') self._test('/integrations/', 'require creating a Zulip bot')
self._test('/devlogin/', '(Normal users)') self._test('/devlogin/', 'Normal users')
self._test('/register/', 'get started') self._test('/register/', 'get started')
result = self.client_get('/new-user/') result = self.client_get('/new-user/')