Skip to content

Commit

Permalink
try to fix intermittent test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
djay committed Jul 24, 2019
1 parent 41c265b commit adbcbac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/collective/collectionfilter/tests/robot/keywords.robot
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ Add filter portlet
Click Input "Show count"
Select from List by value css=select#form-widgets-filter_type ${filter_type}
Select from List by value css=select#form-widgets-input_type ${input_type}
Capture Page Screenshot
Click element css=.plone-modal-footer input#form-buttons-add
Wait until page contains element xpath=//div[contains(@class, 'portletAssignments')]//a[text()='${group_criteria}']

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,16 @@ Scenario: Hide when no options
Manage portlets
Add filter portlet author_name or checkboxes_dropdowns
Go to ${PLONE_URL}/testcollection
Should be 3 collection results

Should be 3 collection results
Should be 1 filter checkboxes

Manage portlets
Set Hide "author_name"
Go to ${PLONE_URL}/testcollection
Capture Page Screenshot
Log Source
Should be 3 collection results
Should be 0 filter checkboxes


0 comments on commit adbcbac

Please sign in to comment.