Skip to content

Commit

Permalink
test: use correct button import in notification test (#7633)
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan authored Aug 9, 2024
1 parent 54fc45e commit c5f5553
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { fixtureSync, nextRender } from '@vaadin/testing-helpers';
import { sendKeys } from '@web/test-runner-commands';
import { visualDiff } from '@web/test-runner-visual-regression';
import '@vaadin/button/theme/lumo/vaadin-button.js';
import '../../not-animated-styles.js';
import '../../../theme/lumo/vaadin-notification.js';
import '../../../../button/theme/lumo/vaadin-button.js';

describe('notification', () => {
let element;
Expand Down

0 comments on commit c5f5553

Please sign in to comment.