Skip to content

Commit c8a7188

Browse files
test fix
1 parent 350b00e commit c8a7188

File tree

1 file changed

+3
-0
lines changed
  • __tests__/shared/components/TopcoderHeader/__snapshots__

1 file changed

+3
-0
lines changed

__tests__/shared/components/TopcoderHeader/__snapshots__/index.jsx.snap

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ exports[`Default render 1`] = `
7070
onMouseEnter={[Function]}
7171
onMouseLeave={[Function]}
7272
onTouchStart={[Function]}
73+
tabIndex={0}
7374
>
7475
<MagnifyingGlass
7576
height="18"
@@ -335,6 +336,7 @@ exports[`Render with open menu 1`] = `
335336
onMouseEnter={[Function]}
336337
onMouseLeave={[Function]}
337338
onTouchStart={[Function]}
339+
tabIndex={0}
338340
>
339341
<MagnifyingGlass
340342
height="18"
@@ -630,6 +632,7 @@ exports[`Render with specified profile 1`] = `
630632
onMouseEnter={[Function]}
631633
onMouseLeave={[Function]}
632634
onTouchStart={[Function]}
635+
tabIndex={0}
633636
>
634637
<MagnifyingGlass
635638
height="18"

0 commit comments

Comments
 (0)