Skip to content

Commit d63b302

Browse files
fixup
1 parent a427780 commit d63b302

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

editors/dataset/data-set-editor.test.ts

+6
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ import { visualDiff } from '@web/test-runner-visual-regression';
88
import { MdDialog } from '@scopedelement/material-web/dialog/MdDialog.js';
99
import { MdOutlinedButton } from '@scopedelement/material-web/button/MdOutlinedButton.js';
1010
import { MdTextButton } from '@scopedelement/material-web/button/MdTextButton.js';
11+
import { MdIconButton } from '@scopedelement/material-web/iconbutton/MdIconButton.js';
12+
import { SclTextField } from '@openenergytools/scl-text-field';
13+
import { MdIcon } from '@scopedelement/material-web/icon/MdIcon.js';
1114

1215
import { dataSetDoc, otherDataSetDoc } from './data-set-editor.testfiles.js';
1316

@@ -17,6 +20,9 @@ import type { DataSetEditor } from './data-set-editor.js';
1720
window.customElements.define('md-dialog', MdDialog);
1821
window.customElements.define('md-outlined-button', MdOutlinedButton);
1922
window.customElements.define('md-text-button', MdTextButton);
23+
window.customElements.define('scl-text-field', SclTextField);
24+
window.customElements.define('md-icon-button', MdIconButton);
25+
window.customElements.define('md-icon', MdIcon);
2026

2127
const factor = window.process && process.env.CI ? 4 : 2;
2228
function timeout(ms: number) {

0 commit comments

Comments
 (0)