diff --git a/__tests__/shared/components/challenge-listing/Filters/__snapshots__/FiltersSwitch.jsx.snap b/__tests__/shared/components/challenge-listing/Filters/__snapshots__/FiltersSwitch.jsx.snap index e10d3de55d..af45bddba3 100644 --- a/__tests__/shared/components/challenge-listing/Filters/__snapshots__/FiltersSwitch.jsx.snap +++ b/__tests__/shared/components/challenge-listing/Filters/__snapshots__/FiltersSwitch.jsx.snap @@ -5,6 +5,8 @@ exports[`Matches shallow shapshot 1`] = ` className="tc-outline-btn name src-shared-components-challenge-listing-Filters-FiltersSwitch-___style__FiltersSwitch___2ixiH" onClick={[Function]} onKeyPress={[Function]} + role="button" + tabIndex={0} > (onSwitch ? onSwitch(!active) : null)} onKeyPress={() => (onSwitch ? onSwitch(!active) : null)}