Skip to content

Commit 755b77d

Browse files
authored
test: remove usage of Polymer helper from menu-bar tests (#9235)
1 parent 03e75f8 commit 755b77d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/menu-bar/test/sub-menu.test.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,8 @@ import {
1919
import sinon from 'sinon';
2020
import './menu-bar-test-styles.js';
2121
import '../src/vaadin-menu-bar.js';
22-
import { setCancelSyntheticClickEvents } from '@polymer/polymer/lib/utils/settings.js';
2322
import { isTouch } from '@vaadin/component-base/src/browser-utils.js';
2423

25-
setCancelSyntheticClickEvents(false);
26-
2724
const menuOpenEvent = isTouch ? 'click' : 'mouseover';
2825

2926
describe('sub-menu', () => {

0 commit comments

Comments
 (0)