From 048c899c23af1e92e0cb337e828bbd6ef2063968 Mon Sep 17 00:00:00 2001 From: amy-corson-ibigroup <115499534+amy-corson-ibigroup@users.noreply.github.com> Date: Tue, 10 Sep 2024 15:45:31 -0500 Subject: [PATCH] Add a11yOverrideParams --- packages/location-field/src/stories/Desktop.story.tsx | 1 + 1 file changed, 1 insertion(+) 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;