test_docs: Fix test for the redesigned /features page.

This commit is contained in:
Tim Abbott 2017-08-02 00:09:10 -07:00
parent 334689ad51
commit 32a5a54ba5
1 changed files with 1 additions and 1 deletions

View File

@ -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')