Skip to content

Commit c165972

Browse files
committed
Update tests
1 parent 0113331 commit c165972

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2781,9 +2781,9 @@ Array [
27812781
onMouseLeave={[Function]}
27822782
>
27832783
<button
2784-
aria-label="toolbar temperature-sensor"
2784+
aria-label="toolbar microbit-temperature-sensor"
27852785
className="toolbar-button button"
2786-
id="toolbar-temperature-sensor-button"
2786+
id="toolbar-microbit-temperature-sensor-button"
27872787
onClick={[Function]}
27882788
role="button"
27892789
style={
@@ -2848,9 +2848,9 @@ Array [
28482848
onMouseLeave={[Function]}
28492849
>
28502850
<button
2851-
aria-label="toolbar light-sensor"
2851+
aria-label="toolbar microbit-light-sensor"
28522852
className="toolbar-button button"
2853-
id="toolbar-light-sensor-button"
2853+
id="toolbar-microbit-light-sensor-button"
28542854
onClick={[Function]}
28552855
role="button"
28562856
style={

src/view/components/toolbar/__snapshots__/Toolbar.spec.tsx.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ exports[`Toolbar component should render correctly 1`] = `
2020
onMouseLeave={[Function]}
2121
>
2222
<button
23-
aria-label="toolbar light-sensor"
23+
aria-label="toolbar microbit-light-sensor"
2424
className="toolbar-button button"
25-
id="toolbar-light-sensor-button"
25+
id="toolbar-microbit-light-sensor-button"
2626
onClick={[Function]}
2727
role="button"
2828
style={

src/view/container/device/__snapshots__/Device.spec.tsx.snap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2783,9 +2783,9 @@ exports[`Device component should render correctly 1`] = `
27832783
onMouseLeave={[Function]}
27842784
>
27852785
<button
2786-
aria-label="toolbar temperature-sensor"
2786+
aria-label="toolbar microbit-temperature-sensor"
27872787
className="toolbar-button button"
2788-
id="toolbar-temperature-sensor-button"
2788+
id="toolbar-microbit-temperature-sensor-button"
27892789
onClick={[Function]}
27902790
role="button"
27912791
style={
@@ -2850,9 +2850,9 @@ exports[`Device component should render correctly 1`] = `
28502850
onMouseLeave={[Function]}
28512851
>
28522852
<button
2853-
aria-label="toolbar light-sensor"
2853+
aria-label="toolbar microbit-light-sensor"
28542854
className="toolbar-button button"
2855-
id="toolbar-light-sensor-button"
2855+
id="toolbar-microbit-light-sensor-button"
28562856
onClick={[Function]}
28572857
role="button"
28582858
style={

0 commit comments

Comments
 (0)