File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -78,6 +78,7 @@ exports[`Default render 1`] = `
78
78
/>
79
79
</span >
80
80
<div
81
+ aria-label = " Search"
81
82
className = " src-shared-components-TopcoderHeader-___style__search-icon___3w5nA"
82
83
data-menu = " search"
83
84
onMouseEnter = { [Function ]}
@@ -359,6 +360,7 @@ exports[`Render with open menu 1`] = `
359
360
/>
360
361
</span >
361
362
<div
363
+ aria-label = " Search"
362
364
className = " src-shared-components-TopcoderHeader-___style__search-icon___3w5nA"
363
365
data-menu = " search"
364
366
onMouseEnter = { [Function ]}
@@ -677,6 +679,7 @@ exports[`Render with specified profile 1`] = `
677
679
</span >
678
680
</div >
679
681
<div
682
+ aria-label = " Search"
680
683
className = " opened src-shared-components-TopcoderHeader-___style__search-icon___3w5nA"
681
684
data-menu = " search"
682
685
onMouseEnter = { [Function ]}
Original file line number Diff line number Diff line change @@ -320,8 +320,8 @@ export default class TopcoderHeader extends React.Component {
320
320
color : getRatingColor ( _ . get ( normalizedProfile , 'maxRating.rating' , 0 ) ) ,
321
321
} }
322
322
styleName = "user-menu-handle"
323
- tabIndex = { 0 }
324
323
role = "button"
324
+ tabIndex = { 0 }
325
325
>
326
326
{ normalizedProfile . handle }
327
327
</ div >
@@ -361,6 +361,7 @@ export default class TopcoderHeader extends React.Component {
361
361
{ userMenuHandle }
362
362
{ authButtons }
363
363
< div
364
+ aria-label = "Search"
364
365
role = "button"
365
366
tabIndex = { 0 }
366
367
data-menu = "search"
You can’t perform that action at this time.
0 commit comments