Skip to content

Commit

Permalink
fix test folder creation
Browse files Browse the repository at this point in the history
  • Loading branch information
davisagli committed Sep 3, 2013
1 parent a0493a1 commit 568c746
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Products/CMFPlone/tests/robot/common.robot
Expand Up @@ -46,8 +46,10 @@ the site root
Go to ${PLONE_URL}

a test folder
Go to homepage
Add folder ${TEST_FOLDER}
Go to ${PLONE_URL}/++add++Folder
Wait until keyword succeeds 5s 1s Element Should Be Visible css=input#form-widgets-IDublinCore-title
Input text name=form.widgets.IDublinCore.title Test Folder
Click Button Save

the test folder
Go to ${PLONE_URL}/${TEST_FOLDER}
Expand Down

1 comment on commit 568c746

@mister-roboto
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Testing information:

Please sign in to comment.