Skip to content

Commit

Permalink
Fixed failing location query and linkintegrity robot test.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauritsvanrees committed Jun 28, 2016
1 parent cdfbc12 commit 6181499
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ New features:

Bug fixes:

- Fixed failing location query robot test. [maurits]

- Don't fail, when combining bundles and the target resource files (``BUNLDE-compiled.[min.js|css]``) do not yet exist on the filesystem.
Fixes GenericSetup failing silently on import with when a to-be-compiled bundle which exists only as registry entry is processed in the ``combine-bundle`` step.
[thet]
Expand Down
3 changes: 3 additions & 0 deletions Products/CMFPlone/tests/robot/test_linkintegrity.robot
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ should show warning when deleting page from folder_contents
Go To ${PLONE_URL}/folder_contents
Wait until keyword succeeds 30 1 Page should contain element css=tr[data-id="foo"] input
Click Element css=tr[data-id="foo"] input
Sleep 1
Checkbox Should Be Selected css=tr[data-id="foo"] input
Wait until keyword succeeds 30 1 Page should not contain element css=#btn-delete.disabled
Click Link Delete
Expand All @@ -98,12 +99,14 @@ should not show warning when deleting page from folder_contents
Go To ${PLONE_URL}/folder_contents
Wait until page contains element css=tr[data-id="foo"] input
Click Element css=tr[data-id="foo"] input
Sleep 1
Checkbox Should Be Selected css=tr[data-id="foo"] input
Wait until keyword succeeds 30 1 Page should not contain element css=#btn-delete.disabled
Click Link Delete
Wait until page contains element css=.popover-content .btn-danger
Page should not contain element css=.breach-container .breach-item
Click Button Yes
Sleep 1
Wait until page contains Successfully delete items
Wait until keyword succeeds 30 1 Page should not contain Element css=tr[data-id="foo"] input

Expand Down
1 change: 1 addition & 0 deletions Products/CMFPlone/tests/robot/test_querystring.robot
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ I expect to be in Simple mode
Click Element css=body

open the select box titled ${NAME}
Click Element css=body
Click Element css=.querystring-criteria-${NAME} .select2-container a

select index type ${INDEX}
Expand Down

0 comments on commit 6181499

Please sign in to comment.