Skip to content

Commit

Permalink
Merge pull request #3522 from plone/toolbar-improvements
Browse files Browse the repository at this point in the history
udpate tests for improved toolbar
  • Loading branch information
petschki authored May 16, 2022
2 parents 7de9e0e + 96ff1d6 commit ecdb958
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Products/CMFPlone/tests/robot/test_actionmenu.robot
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 2 additions & 0 deletions news/3522.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Fix robot tests for updated toolbar
[petschki]

0 comments on commit ecdb958

Please sign in to comment.