+
+
+
+
+
));
diff --git a/apps/vr-tests-react-components/src/stories/SpinButton.stories.tsx b/apps/vr-tests-react-components/src/stories/SpinButton.stories.tsx
index 554e9b3dab3c6b..d911ba558dbc30 100644
--- a/apps/vr-tests-react-components/src/stories/SpinButton.stories.tsx
+++ b/apps/vr-tests-react-components/src/stories/SpinButton.stories.tsx
@@ -3,6 +3,7 @@ import { Steps, StoryWright } from 'storywright';
import { storiesOf } from '@storybook/react';
import { SpinButton, spinButtonClassNames } from '@fluentui/react-spinbutton';
import { TestWrapperDecoratorFixedWidth } from '../utilities/TestWrapperDecorator';
+import { FluentProvider } from '@fluentui/react-provider';
const cropTo = '.testWrapper';
@@ -172,4 +173,12 @@ storiesOf('SpinButton Converged', module)
includeHighContrast: true,
includeDarkMode: true,
})
- .addStory('Size: medium (default)', () =>