Products.CMFPlone/4.3.x: Fix tests
Rodrigo Ferreira de Souza <jenkins-z4DKO/[email protected]> Sat, 29 Jul 2017 14:33:27 -0700 (PDT)
| Newsgroups | gmane.comp.web.zope.plone.cvs |
|---|---|
| Message-ID | <[email protected]> |
Repository: Products.CMFPlone Branch: refs/heads/4.3.x Date: 2017-07-22T00:31:09-03:00 Author: Rodrigo Ferreira de Souza (rodfersou) <[email protected]> Commit: https://github.com/plone/Products.CMFPlone/commit/f14caa4259f0415dd2a4bbe7e0d988b8174411d6 Fix tests Files changed: M Products/CMFPlone/tests/browser.txt diff --git a/Products/CMFPlone/tests/browser.txt b/Products/CMFPlone/tests/browser.txt index 2a3c64f97..d044c1cae 100644 --- a/Products/CMFPlone/tests/browser.txt +++ b/Products/CMFPlone/tests/browser.txt @@ -13,10 +13,10 @@ Test for "template id" in <body> tag. See tickets #9111/#8777 >>> browser.open('http://nohost/plone/front-page') >>> browser.contents - '...<body class="template-document_view portaltype-document site-plone section-front-page...' + '...<body data-portal-url="http://nohost/plone" class="template-document_view portaltype-document site-plone section-front-page...' >>> browser.open('http://nohost/plone/news') >>> browser.contents - '...<body class="template-folder_summary_view portaltype-collection site-plone section-news...' + '...<body data-portal-url="http://nohost/plone" class="template-folder_summary_view portaltype-collection site-plone section-news...' Login @@ -29,4 +29,4 @@ Test explicit browser view >>> browser.open('http://nohost/plone/@@dashboard') >>> browser.contents - '...<body class="template-dashboard portaltype-plone-site site-plone...' + '...<body data-portal-url="http://nohost/plone" class="template-dashboard portaltype-plone-site site-plone...' ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot