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

Commit 602ec9b

Browse files
committed
update tests
1 parent 3a20712 commit 602ec9b

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

src/view/components/microbit/__snapshots__/Microbit.spec.tsx.snap

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,7 @@ Array [
88
<div
99
className="file-selector"
1010
>
11-
<div>
12-
<select
13-
className="dropdown"
14-
id="file-dropdown"
15-
onBlur={[Function]}
16-
>
17-
<option
18-
disabled={true}
19-
selected={true}
20-
value=""
21-
>
22-
Choose a .py file to run on the Simulator
23-
</option>
24-
</select>
25-
</div>
11+
The simulator will run the .py file you have focused on.
2612
</div>
2713
<div
2814
className="microbit-container"

0 commit comments

Comments
 (0)