[Testbot] Plone 5.0 - Python 2.7 - Build # 3261 - Regression! - 0 failure(s)

jenkins at plone.org jenkins at plone.org
Tue Sep 30 13:16:35 UTC 2014


-------------------------------------------------------------------------------
Plone 5.0 - Python 2.7 - Build # 3261 - Failure!
-------------------------------------------------------------------------------

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


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

Repository: plone.app.contenttypes
Branch: refs/heads/master
Date: 2014-09-30T15:16:08+02:00
Author: Timo Stollenwerk () <contact at timostollenwerk.net>
Commit: https://github.com/plone/plone.app.contenttypes/commit/8ca5f4194ec28acf3a7ec66d49d02469a96c92e8

Fix failing robot tests.

Files changed:
M plone/app/contenttypes/tests/robot/keywords.txt
M plone/app/contenttypes/tests/robot/test_collection_creator_criterion.robot

diff --git a/plone/app/contenttypes/tests/robot/keywords.txt b/plone/app/contenttypes/tests/robot/keywords.txt
index 0dfe5ea..4842717 100644
--- a/plone/app/contenttypes/tests/robot/keywords.txt
+++ b/plone/app/contenttypes/tests/robot/keywords.txt
@@ -3,7 +3,9 @@ Variables  plone/app/contenttypes/tests/robot/variables.py
 *** Keywords ***
 
 I am logged in as site owner
-  Log in as site owner
+  # TODO: Replace with autologin
+  Log in  admin  secret
+  Wait until page contains  You are now logged in
 
 Click Edit
   Click Link  xpath=//a[contains(., "Edit")]
diff --git a/plone/app/contenttypes/tests/robot/test_collection_creator_criterion.robot b/plone/app/contenttypes/tests/robot/test_collection_creator_criterion.robot
index f86de5e..b1c0269 100644
--- a/plone/app/contenttypes/tests/robot/test_collection_creator_criterion.robot
+++ b/plone/app/contenttypes/tests/robot/test_collection_creator_criterion.robot
@@ -23,7 +23,7 @@ Scenario: Test Creator Criterion
 
 a site owner document
     [Arguments]  ${title}
-    Log in as site owner
+    I am logged in as site owner
     a document  ${title}
 
 a test user document
@@ -31,7 +31,7 @@ a test user document
     Log in as test user
     a document  ${title}
     Log out
-    Log in as site owner
+    I am logged in as site owner
 
 I set the collection's creator criterion to
     [Arguments]  ${criterion}




-------------------------------------------------------------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: CHANGES.log
Type: application/octet-stream
Size: 1806 bytes
Desc: not available
URL: <http://lists.plone.org/pipermail/plone-testbot/attachments/20140930/10a9474a/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: build.log
Type: application/octet-stream
Size: 11720 bytes
Desc: not available
URL: <http://lists.plone.org/pipermail/plone-testbot/attachments/20140930/10a9474a/attachment-0001.obj>


More information about the Testbot mailing list