mirror of https://github.com/zulip/zulip.git
test_docs: Fix test for the redesigned /features page.
This commit is contained in:
parent
334689ad51
commit
32a5a54ba5
|
@ -35,7 +35,7 @@ class DocPageTest(ZulipTestCase):
|
|||
# Test the i18n version of one of these pages.
|
||||
self._test('/en/about/', 'Cambridge, Massachusetts')
|
||||
self._test('/apps/', 'Apps for every platform.')
|
||||
self._test('/features/', 'Talk about multiple topics at once')
|
||||
self._test('/features/', 'Beautiful messaging')
|
||||
self._test('/hello/', 'productive group chat')
|
||||
self._test('/why-zulip/', 'all stakeholders can see and')
|
||||
self._test('/for/open-source/', 'for open source projects')
|
||||
|
|
Loading…
Reference in New Issue