Skip to content

Commit

Permalink
udpate tests for improved toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
petschki committed May 5, 2022
1 parent 63460c1 commit c697a16
Showing 1 changed file with 2 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

0 comments on commit c697a16

Please sign in to comment.