File tree Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 2
2
export const snapshots = { } ;
3
3
4
4
snapshots [ "compas-save-menu with no document loaded looks like the latest snapshot" ] =
5
- `<mwc-dialog heading="[compas.save.title]">
5
+ `<mwc-dialog
6
+ heading="[compas.save.title]"
7
+ id="compas-save-dlg"
8
+ >
6
9
<compas-loading>
7
10
</compas-loading>
8
11
</mwc-dialog>
9
12
` ;
10
13
/* end snapshot compas-save-menu with no document loaded looks like the latest snapshot */
11
14
12
15
snapshots [ "compas-save-menu with document loaded looks like the latest snapshot" ] =
13
- `<mwc-dialog heading="[compas.save.title]">
16
+ `<mwc-dialog
17
+ heading="[compas.save.title]"
18
+ id="compas-save-dlg"
19
+ >
14
20
<compas-save>
15
21
</compas-save>
16
22
<mwc-button
Original file line number Diff line number Diff line change 2
2
export const snapshots = { } ;
3
3
4
4
snapshots [ "compas-save-menu with no document loaded looks like the latest snapshot" ] =
5
- `<mwc-dialog heading="[compas.save.title]">
5
+ `<mwc-dialog
6
+ heading="[compas.save.title]"
7
+ id="compas-save-as-dlg"
8
+ >
6
9
<compas-loading>
7
10
</compas-loading>
8
11
</mwc-dialog>
9
12
` ;
10
13
/* end snapshot compas-save-menu with no document loaded looks like the latest snapshot */
11
14
12
15
snapshots [ "compas-save-menu with document loaded looks like the latest snapshot" ] =
13
- `<mwc-dialog heading="[compas.save.title]">
16
+ `<mwc-dialog
17
+ heading="[compas.save.title]"
18
+ id="compas-save-as-dlg"
19
+ >
14
20
<compas-save>
15
21
</compas-save>
16
22
<mwc-button
You can’t perform that action at this time.
0 commit comments