You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
snapshots["LoggingElement with an issue incoming with a CoMPAS issue coming in - CoMPAS validator diagnostic dialog looks like the latest snapshot"]=
5
+
`<mwc-dialog
6
+
heading="[diag.name]"
7
+
id="diagnostic"
8
+
open=""
9
+
>
10
+
<filtered-list
11
+
id="content"
12
+
wrapfocus=""
13
+
>
14
+
<mwc-list-item
15
+
aria-disabled="false"
16
+
noninteractive=""
17
+
tabindex="-1"
18
+
>
19
+
/src/validators/ValidateSchema.js
20
+
</mwc-list-item>
21
+
<li
22
+
divider=""
23
+
padded=""
24
+
role="separator"
25
+
>
26
+
</li>
27
+
<abbr title="test run 1
28
+
undefined">
29
+
<mwc-list-item
30
+
aria-disabled="false"
31
+
mwc-list-item=""
32
+
tabindex="-1"
33
+
>
34
+
<span>
35
+
test run 1
36
+
</span>
37
+
<span slot="secondary">
38
+
</span>
39
+
</mwc-list-item>
40
+
</abbr>
41
+
<mwc-list-item
42
+
aria-disabled="false"
43
+
noninteractive=""
44
+
tabindex="-1"
45
+
>
46
+
/src/validators/CompasValidateSchema.js
47
+
</mwc-list-item>
48
+
<li
49
+
divider=""
50
+
padded=""
51
+
role="separator"
52
+
>
53
+
</li>
54
+
<abbr title="CoMPAS Run
55
+
undefined">
56
+
<mwc-list-item
57
+
aria-disabled="false"
58
+
hasmeta=""
59
+
mwc-list-item=""
60
+
tabindex="-1"
61
+
>
62
+
<span>
63
+
CoMPAS Run
64
+
</span>
65
+
<span slot="secondary">
66
+
</span>
67
+
<span slot="meta">
68
+
<mwc-icon-button icon="edit">
69
+
</mwc-icon-button>
70
+
</span>
71
+
</mwc-list-item>
72
+
</abbr>
73
+
</filtered-list>
74
+
<mwc-button
75
+
dialogaction="close"
76
+
slot="primaryAction"
77
+
>
78
+
[close]
79
+
</mwc-button>
80
+
</mwc-dialog>
81
+
`;
82
+
/* end snapshot LoggingElement with an issue incoming with a CoMPAS issue coming in - CoMPAS validator diagnostic dialog looks like the latest snapshot */
0 commit comments