diff --git a/packages/location-field/src/stories/Desktop.story.tsx b/packages/location-field/src/stories/Desktop.story.tsx index 37824a78c..6a6b2b6fd 100644 --- a/packages/location-field/src/stories/Desktop.story.tsx +++ b/packages/location-field/src/stories/Desktop.story.tsx @@ -282,3 +282,4 @@ export const WithOtherFirst = (): JSX.Element => { ); }; +WithOtherFirst.parameters = a11yOverrideParameters;