We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 370fc06 commit 9f586aeCopy full SHA for 9f586ae
packages/overlay/test/multiple.test.js
@@ -2,7 +2,7 @@ import { expect } from '@vaadin/chai-plugins';
2
import { click, escKeyDown, fixtureSync, nextRender } from '@vaadin/testing-helpers';
3
import sinon from 'sinon';
4
import '../src/vaadin-overlay.js';
5
-import { setNestedOverlay } from '@vaadin/overlay/src/vaadin-overlay-stack-mixin.js';
+import { setNestedOverlay } from '../src/vaadin-overlay-stack-mixin.js';
6
import { createOverlay } from './helpers.js';
7
8
describe('multiple overlays', () => {
0 commit comments