Skip to content

Commit 45f6c37

Browse files
authored
test: update custom dialog CSS in Lumo no-padding visual test (#9844)
1 parent 7f6b1eb commit 45f6c37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/dialog/test/visual/lumo/dialog.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ describe('dialog', () => {
8080
it('should not contain padding with no-padding theme', async () => {
8181
element.setAttribute('theme', 'no-padding');
8282
const contentStyles = new CSSStyleSheet();
83-
contentStyles.insertRule('vaadin-dialog-overlay::part(content) { padding: 20px; }');
83+
contentStyles.insertRule('vaadin-dialog::part(content) { padding: 20px; }');
8484
document.adoptedStyleSheets = [contentStyles];
8585
await nextUpdate(element);
8686
await visualDiff(div, 'content-no-padding-theme');

0 commit comments

Comments
 (0)