Skip to content

Commit f205eba

Browse files
committed
fix: update test configuration
1 parent 4f68372 commit f205eba

4 files changed

Lines changed: 612 additions & 6 deletions

File tree

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
/* @web/test-runner snapshot v1 */
2+
export const snapshots = {};
3+
4+
snapshots["NsdTemplateUpdater given a nsd specced document shows the data loss dialog if (part of) selection is not in tree"] =
5+
`<div class="scrim">
6+
</div>
7+
<dialog
8+
aria-labelledby="headline"
9+
class="has-actions has-headline"
10+
open=""
11+
>
12+
<div
13+
aria-hidden="true"
14+
class="focus-trap"
15+
tabindex="0"
16+
>
17+
</div>
18+
<div class="container">
19+
<div class="headline">
20+
<div
21+
aria-hidden="true"
22+
class="icon"
23+
>
24+
<slot name="icon">
25+
</slot>
26+
</div>
27+
<h2 id="headline">
28+
<slot name="headline">
29+
</slot>
30+
</h2>
31+
<md-divider>
32+
</md-divider>
33+
</div>
34+
<div class="scroller">
35+
<div class="content">
36+
<div class="anchor top">
37+
</div>
38+
<slot name="content">
39+
</slot>
40+
<div class="anchor bottom">
41+
</div>
42+
</div>
43+
</div>
44+
<div class="actions">
45+
<md-divider>
46+
</md-divider>
47+
<slot name="actions">
48+
</slot>
49+
</div>
50+
</div>
51+
<div
52+
aria-hidden="true"
53+
class="focus-trap"
54+
tabindex="0"
55+
>
56+
</div>
57+
</dialog>
58+
`;
59+
/* end snapshot NsdTemplateUpdater given a nsd specced document shows the data loss dialog if (part of) selection is not in tree */
60+

0 commit comments

Comments
 (0)