Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

udpate tests for improved toolbar #3522

Merged
merged 2 commits into from
May 16, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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]