[Testbot] Plone 5.0 - Python 2.7 - Build # 1957 - Improvement! - 5 failure(s)

jenkins at plone.org jenkins at plone.org
Fri Mar 14 08:57:54 UTC 2014


-------------------------------------------------------------------------------
Plone 5.0 - Python 2.7 - Build # 1957 - Still Failing!
-------------------------------------------------------------------------------

http://jenkins.plone.org/job/plone-5.0-python-2.7/1957/


-------------------------------------------------------------------------------
CHANGES
-------------------------------------------------------------------------------

Repository: Products.CMFPlone
Branch: refs/heads/master
Date: 2014-03-14T01:05:07-07:00
Author: David Glick (davisagli) <david at glicksoftware.com>
Commit: https://github.com/plone/Products.CMFPlone/commit/63a60101179dc8bcb5b64625ffe6d30078a2b952

fix robot tests: initially set default page in a way that works with auto-csrf checks

Files changed:
M Products/CMFPlone/tests/robot/test_overlays.robot

diff --git a/Products/CMFPlone/tests/robot/test_overlays.robot b/Products/CMFPlone/tests/robot/test_overlays.robot
index 39e64b2..ad6b369 100644
--- a/Products/CMFPlone/tests/robot/test_overlays.robot
+++ b/Products/CMFPlone/tests/robot/test_overlays.robot
@@ -259,7 +259,12 @@ I set the default content view of the test folder
 
 a document as the default view of the test folder
     a document 'doc' in the test folder
-    Go to  ${PLONE_URL}/${TEST_FOLDER}/select_default_page?form.submitted=1&objectId=doc
+    Go to  ${PLONE_URL}/${TEST_FOLDER}
+    Click link  xpath=//li[@id='plone-contentmenu-moreoptions']/a
+    Wait until element is visible  id=contextSetDefaultPage
+    Click link  id=contextSetDefaultPage
+    Click element  id=doc
+    Click element  css=div.modal-footer input[name="form.button.Save"]
 
 I change the default content view of the test folder
     Go to  ${PLONE_URL}/${TEST_FOLDER}




-------------------------------------------------------------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: CHANGES.log
Type: application/octet-stream
Size: 1320 bytes
Desc: not available
URL: <http://lists.plone.org/pipermail/plone-testbot/attachments/20140314/f7a62fed/attachment-0002.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: build.log
Type: application/octet-stream
Size: 165756 bytes
Desc: not available
URL: <http://lists.plone.org/pipermail/plone-testbot/attachments/20140314/f7a62fed/attachment-0003.obj>


More information about the Testbot mailing list