@@ -29,7 +29,12 @@ exports[`Default render 1`] = `
29
29
onMouseLeave = { [Function ]}
30
30
onTouchStart = { [Function ]}
31
31
>
32
- Compete
32
+ <span
33
+ role = " link"
34
+ tabIndex = { 0 }
35
+ >
36
+ Compete
37
+ </span >
33
38
</li >
34
39
<li
35
40
className = " src-shared-components-TopcoderHeader-___style__main-menu-item___2KIu6"
@@ -51,7 +56,12 @@ exports[`Default render 1`] = `
51
56
onMouseLeave = { [Function ]}
52
57
onTouchStart = { [Function ]}
53
58
>
54
- Community
59
+ <span
60
+ role = " link"
61
+ tabIndex = { 0 }
62
+ >
63
+ Community
64
+ </span >
55
65
</li >
56
66
</ul >
57
67
<div
@@ -294,7 +304,12 @@ exports[`Render with open menu 1`] = `
294
304
onMouseLeave = { [Function ]}
295
305
onTouchStart = { [Function ]}
296
306
>
297
- Compete
307
+ <span
308
+ role = " link"
309
+ tabIndex = { 0 }
310
+ >
311
+ Compete
312
+ </span >
298
313
</li >
299
314
<li
300
315
className = " src-shared-components-TopcoderHeader-___style__main-menu-item___2KIu6"
@@ -316,7 +331,12 @@ exports[`Render with open menu 1`] = `
316
331
onMouseLeave = { [Function ]}
317
332
onTouchStart = { [Function ]}
318
333
>
319
- Community
334
+ <span
335
+ role = " link"
336
+ tabIndex = { 0 }
337
+ >
338
+ Community
339
+ </span >
320
340
</li >
321
341
</ul >
322
342
<div
@@ -570,7 +590,12 @@ exports[`Render with specified profile 1`] = `
570
590
onMouseLeave = { [Function ]}
571
591
onTouchStart = { [Function ]}
572
592
>
573
- Compete
593
+ <span
594
+ role = " link"
595
+ tabIndex = { 0 }
596
+ >
597
+ Compete
598
+ </span >
574
599
</li >
575
600
<li
576
601
className = " src-shared-components-TopcoderHeader-___style__main-menu-item___2KIu6"
@@ -592,7 +617,12 @@ exports[`Render with specified profile 1`] = `
592
617
onMouseLeave = { [Function ]}
593
618
onTouchStart = { [Function ]}
594
619
>
595
- Community
620
+ <span
621
+ role = " link"
622
+ tabIndex = { 0 }
623
+ >
624
+ Community
625
+ </span >
596
626
</li >
597
627
</ul >
598
628
<div
0 commit comments