File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed
test/integration/__snapshots__ Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change @@ -87,6 +87,24 @@ snapshots["open-scd looks like its snapshot"] =
87
87
<mwc-linear-progress indeterminate="">
88
88
</mwc-linear-progress>
89
89
</mwc-list-item>
90
+ <mwc-list-item
91
+ aria-disabled="true"
92
+ class="top"
93
+ disabled=""
94
+ graphic="icon"
95
+ iconid="save"
96
+ mwc-list-item=""
97
+ tabindex="-1"
98
+ >
99
+ <mwc-icon slot="graphic">
100
+ save
101
+ </mwc-icon>
102
+ <span>
103
+ Save project as...
104
+ </span>
105
+ <mwc-linear-progress indeterminate="">
106
+ </mwc-linear-progress>
107
+ </mwc-list-item>
90
108
<li
91
109
divider=""
92
110
padded=""
@@ -881,6 +899,22 @@ snapshots["open-scd looks like its snapshot"] =
881
899
</mwc-icon>
882
900
Save project
883
901
</mwc-check-list-item>
902
+ <mwc-check-list-item
903
+ aria-disabled="false"
904
+ class="official"
905
+ graphic="control"
906
+ hasmeta=""
907
+ left=""
908
+ mwc-list-item=""
909
+ selected=""
910
+ tabindex="-1"
911
+ value="/src/menu/CompasSaveAs.js"
912
+ >
913
+ <mwc-icon slot="meta">
914
+ save
915
+ </mwc-icon>
916
+ Save project as...
917
+ </mwc-check-list-item>
884
918
<li
885
919
divider=""
886
920
inset=""
You can’t perform that action at this time.
0 commit comments