Skip to content

Commit

Permalink
test: add margin to context-menu to prevent mouseover
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed Feb 4, 2025
1 parent d573a54 commit b545f26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/context-menu/test/items-theme.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ describe('items theme', () => {

beforeEach(async () => {
rootMenu = fixtureSync(`
<vaadin-context-menu theme="foo">
<vaadin-context-menu theme="foo" style="margin-top: 10px;">
<button id="target"></button>
</vaadin-context-menu>
`);
Expand Down
2 changes: 1 addition & 1 deletion packages/context-menu/test/items.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ describe('items', () => {

beforeEach(async () => {
rootMenu = fixtureSync(`
<vaadin-context-menu>
<vaadin-context-menu style="margin-top: 10px;">
<button id="target"></button>
</vaadin-context-menu>
`);
Expand Down

0 comments on commit b545f26

Please sign in to comment.