mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
test_docs: Fix normal users test text.
This commit is contained in:
@@ -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/')
|
||||||
|
|||||||
Reference in New Issue
Block a user