Skip to content

Commit 16706bb

Browse files
committed
fix: added new snapshot for open-scd
1 parent d2e1ef8 commit 16706bb

File tree

1 file changed

+37
-3
lines changed

1 file changed

+37
-3
lines changed

test/integration/__snapshots__/open-scd.test.snap.js

Lines changed: 37 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
/* @web/test-runner snapshot v1 */
22
export const snapshots = {};
33

4-
snapshots[
5-
'open-scd looks like its snapshot'
6-
] = `<compas-session-expiring-dialog>
4+
snapshots["open-scd looks like its snapshot"] =
5+
`<compas-session-expiring-dialog>
76
</compas-session-expiring-dialog>
87
<compas-session-expired-dialog>
98
</compas-session-expired-dialog>
@@ -364,6 +363,24 @@ snapshots[
364363
</mwc-list-item>
365364
<oscd-pluginc69b878585292aa9 class="menu plugin">
366365
</oscd-pluginc69b878585292aa9>
366+
<mwc-list-item
367+
aria-disabled="true"
368+
class="middle"
369+
disabled=""
370+
graphic="icon"
371+
iconid="playlist_add_circle"
372+
mwc-list-item=""
373+
tabindex="-1"
374+
>
375+
<mwc-icon slot="graphic">
376+
playlist_add_circle
377+
</mwc-icon>
378+
<span>
379+
Autogen Substation
380+
</span>
381+
</mwc-list-item>
382+
<oscd-plugin97b8c16d106e5328 class="menu plugin">
383+
</oscd-plugin97b8c16d106e5328>
367384
<li
368385
divider=""
369386
padded=""
@@ -1344,6 +1361,22 @@ snapshots[
13441361
</mwc-icon>
13451362
Export Communication Section
13461363
</mwc-check-list-item>
1364+
<mwc-check-list-item
1365+
aria-disabled="false"
1366+
class="official"
1367+
graphic="control"
1368+
hasmeta=""
1369+
left=""
1370+
mwc-list-item=""
1371+
selected=""
1372+
tabindex="-1"
1373+
value="/src/editors/substation/autogen-substation/autogen-substation.js"
1374+
>
1375+
<mwc-icon slot="meta">
1376+
playlist_add_circle
1377+
</mwc-icon>
1378+
Autogen Substation
1379+
</mwc-check-list-item>
13471380
<li
13481381
divider=""
13491382
inset=""
@@ -1728,3 +1761,4 @@ snapshots[
17281761
</mwc-dialog>
17291762
`;
17301763
/* end snapshot open-scd looks like its snapshot */
1764+

0 commit comments

Comments
 (0)