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 a13cfff commit 8dff378Copy full SHA for 8dff378
packages/board/test/visual/lumo/board.test.js
@@ -1,6 +1,6 @@
1
import { fixtureSync } from '@vaadin/testing-helpers/dist/fixture.js';
2
import { visualDiff } from '@web/test-runner-visual-regression';
3
-import '../../../theme/lumo/vaadin-board.js';
+import '../../../vaadin-board.js';
4
5
describe('board', () => {
6
let element;
packages/cookie-consent/test/visual/lumo/cookie-consent.test.js
-import '../../../theme/lumo/vaadin-cookie-consent.js';
+import '../../../vaadin-cookie-consent.js';
describe('cookie-consent', () => {
0 commit comments