File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed
test/integration/__snapshots__ Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ export const officialPlugins = [
202
202
name : 'Compare IED' ,
203
203
src : '/src/menu/CompareIED.js' ,
204
204
icon : 'compare_arrows' ,
205
- default : false ,
205
+ default : true ,
206
206
kind : 'menu' ,
207
207
requireDoc : true ,
208
208
position : 'middle' ,
Original file line number Diff line number Diff line change @@ -252,6 +252,24 @@ snapshots["open-scd looks like its snapshot"] =
252
252
</mwc-list-item>
253
253
<oscd-plugin2a662bacb120083f class="menu plugin">
254
254
</oscd-plugin2a662bacb120083f>
255
+ <mwc-list-item
256
+ aria-disabled="true"
257
+ class="middle"
258
+ disabled=""
259
+ graphic="icon"
260
+ iconid="compare_arrows"
261
+ mwc-list-item=""
262
+ tabindex="-1"
263
+ >
264
+ <mwc-icon slot="graphic">
265
+ compare_arrows
266
+ </mwc-icon>
267
+ <span>
268
+ Compare IED
269
+ </span>
270
+ </mwc-list-item>
271
+ <oscd-plugin46ae7b6e93fe0f90 class="menu plugin">
272
+ </oscd-plugin46ae7b6e93fe0f90>
255
273
<li
256
274
divider=""
257
275
padded=""
@@ -1025,6 +1043,7 @@ snapshots["open-scd looks like its snapshot"] =
1025
1043
hasmeta=""
1026
1044
left=""
1027
1045
mwc-list-item=""
1046
+ selected=""
1028
1047
tabindex="-1"
1029
1048
value="/src/menu/CompareIED.js"
1030
1049
>
You can’t perform that action at this time.
0 commit comments