Skip to content
This repository was archived by the owner on Sep 21, 2021. It is now read-only.

Commit 109624c

Browse files
nchevobbejuliandescottes
authored andcommitted
Update snapshot because markup changed in another PR
1 parent 555effa commit 109624c

File tree

1 file changed

+57
-24
lines changed

1 file changed

+57
-24
lines changed

packages/devtools-reps/src/reps/tests/__snapshots__/element-node.js.snap

Lines changed: 57 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -12,56 +12,78 @@ ShallowWrapper {
1212
className="objectBox objectBox-node"
1313
data-link-actor-id="server1.conn3.child1/obj59"
1414
>
15-
<
1615
<span
17-
className="tag-name theme-fg-color3"
16+
className="angleBracket"
17+
>
18+
&lt;
19+
</span>
20+
<span
21+
className="tag-name"
1822
>
1923
body
2024
</span>
2125
2226
<span>
2327
<span
24-
className="attr-name theme-fg-color2"
28+
className="attrName"
2529
>
2630
class
2731
</span>
28-
="
2932
<span
30-
className="attr-value theme-fg-color6"
33+
className="attrEqual"
3134
>
32-
a b c
35+
=
3336
</span>
34-
"
37+
<span
38+
className="objectBox objectBox-string attrValue"
39+
>
40+
"a b c"
41+
</span>
42+
</span>
43+
<span
44+
className="angleBracket"
45+
>
46+
&gt;
3547
</span>
36-
&gt;
3748
</span>,
3849
"nodes": Array [
3950
<span
4051
className="objectBox objectBox-node"
4152
data-link-actor-id="server1.conn3.child1/obj59"
4253
>
43-
&lt;
4454
<span
45-
className="tag-name theme-fg-color3"
55+
className="angleBracket"
56+
>
57+
&lt;
58+
</span>
59+
<span
60+
className="tag-name"
4661
>
4762
body
4863
</span>
4964
5065
<span>
5166
<span
52-
className="attr-name theme-fg-color2"
67+
className="attrName"
5368
>
5469
class
5570
</span>
56-
="
5771
<span
58-
className="attr-value theme-fg-color6"
72+
className="attrEqual"
5973
>
60-
a b c
74+
=
6175
</span>
62-
"
76+
<span
77+
className="objectBox objectBox-string attrValue"
78+
>
79+
"a b c"
80+
</span>
81+
</span>
82+
<span
83+
className="angleBracket"
84+
>
85+
&gt;
6386
</span>
64-
&gt;
6587
</span>,
6688
],
6789
"options": Object {},
@@ -75,28 +97,39 @@ ShallowWrapper {
7597
className="objectBox objectBox-node"
7698
data-link-actor-id="server1.conn3.child1/obj59"
7799
>
78-
&lt;
79100
<span
80-
className="tag-name theme-fg-color3"
101+
className="angleBracket"
102+
>
103+
&lt;
104+
</span>
105+
<span
106+
className="tag-name"
81107
>
82108
body
83109
</span>
84110
85111
<span>
86112
<span
87-
className="attr-name theme-fg-color2"
113+
className="attrName"
88114
>
89115
class
90116
</span>
91-
="
92117
<span
93-
className="attr-value theme-fg-color6"
118+
className="attrEqual"
94119
>
95-
a b c
120+
=
96121
</span>
97-
"
122+
<span
123+
className="objectBox objectBox-string attrValue"
124+
>
125+
"a b c"
126+
</span>
127+
</span>
128+
<span
129+
className="angleBracket"
130+
>
131+
&gt;
98132
</span>
99-
&gt;
100133
</span>,
101134
}
102135
`;

0 commit comments

Comments
 (0)