Skip to content

Commit a827897

Browse files
Update index.jsx.snap
1 parent 41b5ac0 commit a827897

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+
role="button"
7374
tabIndex={0}
7475
>
7576
<MagnifyingGlass
@@ -336,6 +337,7 @@ exports[`Render with open menu 1`] = `
336337
onMouseEnter={[Function]}
337338
onMouseLeave={[Function]}
338339
onTouchStart={[Function]}
340+
role="button"
339341
tabIndex={0}
340342
>
341343
<MagnifyingGlass
@@ -632,6 +634,7 @@ exports[`Render with specified profile 1`] = `
632634
onMouseEnter={[Function]}
633635
onMouseLeave={[Function]}
634636
onTouchStart={[Function]}
637+
role="button"
635638
tabIndex={0}
636639
>
637640
<MagnifyingGlass

0 commit comments

Comments
 (0)