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

Commit f028216

Browse files
committed
Update ui tests
1 parent 3d9f2b2 commit f028216

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

src/view/pages/__snapshots__/gettingStarted.spec.tsx.snap

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

33
exports[`GettingStartedPage component should render correctly 1`] = `
4-
Array [
4+
<div
5+
className="container"
6+
>
57
<h1>
68
Getting started
7-
</h1>,
9+
</h1>
810
<select
911
className="deviceSelector"
1012
id="target"
@@ -25,7 +27,7 @@ Array [
2527
>
2628
CPX
2729
</option>
28-
</select>,
30+
</select>
2931
<div
3032
className="visibleElement"
3133
id="micro:bit"
@@ -92,7 +94,8 @@ Array [
9294
</pre>
9395
</span>
9496
<h3>
95-
And much more! These links have more tutorials:
97+
98+
And much more! These links have more tutorials:
9699
</h3>
97100
<h3>
98101
<a
@@ -108,7 +111,7 @@ Array [
108111
Microbit official documentation
109112
</a>
110113
</h3>
111-
</div>,
114+
</div>
112115
<div
113116
className="inv"
114117
id="CPX"
@@ -166,7 +169,8 @@ Array [
166169
</pre>
167170
</span>
168171
<h3>
169-
And much more! These links have more tutorials:
172+
173+
And much more! These links have more tutorials:
170174
</h3>
171175
<h3>
172176
<a
@@ -182,6 +186,6 @@ Array [
182186
More example code
183187
</a>
184188
</h3>
185-
</div>,
186-
]
189+
</div>
190+
</div>
187191
`;

0 commit comments

Comments
 (0)