Skip to content

Commit 16b816c

Browse files
committed
update snapshot
1 parent c816341 commit 16b816c

1 file changed

Lines changed: 24 additions & 6 deletions

File tree

client/charts/js/components/__tests__/__snapshots__/BarChart.test.js.snap

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,10 @@ exports[`renders BarChart with mocked data 1`] = `
157157
tag="rect"
158158
/>
159159
<g>
160-
<a>
160+
<a
161+
aria-label="Nov: 0 incidents"
162+
role="link"
163+
>
161164
<rect
162165
height={0}
163166
onMouseEnter={[Function]}
@@ -185,7 +188,10 @@ exports[`renders BarChart with mocked data 1`] = `
185188
</a>
186189
</g>
187190
<g>
188-
<a>
191+
<a
192+
aria-label="Dec: 0 incidents"
193+
role="link"
194+
>
189195
<rect
190196
height={0}
191197
onMouseEnter={[Function]}
@@ -213,7 +219,10 @@ exports[`renders BarChart with mocked data 1`] = `
213219
</a>
214220
</g>
215221
<g>
216-
<a>
222+
<a
223+
aria-label="Jan: 0 incidents"
224+
role="link"
225+
>
217226
<rect
218227
height={0}
219228
onMouseEnter={[Function]}
@@ -241,7 +250,10 @@ exports[`renders BarChart with mocked data 1`] = `
241250
</a>
242251
</g>
243252
<g>
244-
<a>
253+
<a
254+
aria-label="Feb: 0 incidents"
255+
role="link"
256+
>
245257
<rect
246258
height={0}
247259
onMouseEnter={[Function]}
@@ -269,7 +281,10 @@ exports[`renders BarChart with mocked data 1`] = `
269281
</a>
270282
</g>
271283
<g>
272-
<a>
284+
<a
285+
aria-label="Mar: 0 incidents"
286+
role="link"
287+
>
273288
<rect
274289
height={0}
275290
onMouseEnter={[Function]}
@@ -297,7 +312,10 @@ exports[`renders BarChart with mocked data 1`] = `
297312
</a>
298313
</g>
299314
<g>
300-
<a>
315+
<a
316+
aria-label="Apr: 0 incidents"
317+
role="link"
318+
>
301319
<rect
302320
height={0}
303321
onMouseEnter={[Function]}

0 commit comments

Comments
 (0)