Commit d63b302 1 parent a427780 commit d63b302 Copy full SHA for d63b302
File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ import { visualDiff } from '@web/test-runner-visual-regression';
8
8
import { MdDialog } from '@scopedelement/material-web/dialog/MdDialog.js' ;
9
9
import { MdOutlinedButton } from '@scopedelement/material-web/button/MdOutlinedButton.js' ;
10
10
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' ;
11
14
12
15
import { dataSetDoc , otherDataSetDoc } from './data-set-editor.testfiles.js' ;
13
16
@@ -17,6 +20,9 @@ import type { DataSetEditor } from './data-set-editor.js';
17
20
window . customElements . define ( 'md-dialog' , MdDialog ) ;
18
21
window . customElements . define ( 'md-outlined-button' , MdOutlinedButton ) ;
19
22
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 ) ;
20
26
21
27
const factor = window . process && process . env . CI ? 4 : 2 ;
22
28
function timeout ( ms : number ) {
You can’t perform that action at this time.
0 commit comments