Skip to content

Commit

Permalink
Merge pull request #3364 from plone/fix_robot_tests
Browse files Browse the repository at this point in the history
Fix random fails in test_querystring.robot
  • Loading branch information
ale-rt authored Nov 23, 2021
2 parents b656c71 + 7719b4d commit 9b13421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Products/CMFPlone/tests/robot/test_querystring.robot
Original file line number Diff line number Diff line change
Expand Up @@ -317,9 +317,9 @@ I expect to be in Simple mode
Wait Until Element Is Not Visible css=div#select2-drop-mask

open the select box titled ${NAME}
Click Element css=body
${select_criteria_selector} Set Variable .querystring-criteria-${NAME} .select2-container a
Wait Until Element Is Visible css=${select_criteria_selector}
Click Element css=body
Click Element css=${select_criteria_selector}

select index type ${INDEX}
Expand Down

0 comments on commit 9b13421

Please sign in to comment.