diff --git a/Products/CMFPlone/tests/robot/test_actionmenu.robot b/Products/CMFPlone/tests/robot/test_actionmenu.robot index cb85f84351..58539cb3ec 100644 --- a/Products/CMFPlone/tests/robot/test_actionmenu.robot +++ b/Products/CMFPlone/tests/robot/test_actionmenu.robot @@ -111,7 +111,7 @@ workflow link is clicked Set Suite Variable ${OLD_STATE} ${OLD_STATE} Given patterns are loaded Click Link xpath=//li[@id='plone-contentmenu-workflow']/a - Click Link xpath=(//li[@id='plone-contentmenu-workflow']/div/ul/li/a)[1] + Click Link xpath=(//li[@id='plone-contentmenu-workflow']/ul/li/a)[1] Page Should Contain Item state changed. Open Menu @@ -123,7 +123,7 @@ Open Menu Open Action Menu Given patterns are loaded Click link xpath=//li[@id='plone-contentmenu-actions']/a - Wait until keyword succeeds 5 1 Element Should Be Visible css=#plone-contentmenu-actions .collapse + Wait until keyword succeeds 5 1 Element Should Be Visible css=#plone-contentmenu-actions .dropdown-menu I copy the page Open Action Menu diff --git a/news/3522.bugfix b/news/3522.bugfix new file mode 100644 index 0000000000..f561dd1f72 --- /dev/null +++ b/news/3522.bugfix @@ -0,0 +1,2 @@ +Fix robot tests for updated toolbar +[petschki]