Skip to content

Commit

Permalink
Fix failing robot tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Timo Stollenwerk committed Sep 30, 2014
1 parent 783fbc1 commit 8ca5f41
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion plone/app/contenttypes/tests/robot/keywords.txt
Expand Up @@ -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")]
Expand Down
Expand Up @@ -23,15 +23,15 @@ 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
[Arguments] ${title}
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}
Expand Down

0 comments on commit 8ca5f41

Please sign in to comment.