diff --git a/apps/vr-tests-react-components/src/stories/Input.stories.tsx b/apps/vr-tests-react-components/src/stories/Input.stories.tsx index d3233f1b528209..ad5bec6335ff11 100644 --- a/apps/vr-tests-react-components/src/stories/Input.stories.tsx +++ b/apps/vr-tests-react-components/src/stories/Input.stories.tsx @@ -4,6 +4,7 @@ import { storiesOf } from '@storybook/react'; import { Input } from '@fluentui/react-input'; import { SearchRegular, DismissRegular } from '@fluentui/react-icons'; import { TestWrapperDecoratorFixedWidth } from '../utilities/TestWrapperDecorator'; +import { FluentProvider } from '@fluentui/react-provider'; storiesOf('Input Converged', module) .addDecorator(TestWrapperDecoratorFixedWidth) @@ -65,4 +66,12 @@ storiesOf('Input Converged', module) 'contentAfter', () => } placeholder="Placeholder" />, { includeRtl: true }, - ); + ) + .addStory('With appearance override', () => ( + +
+ + +
+
+ )); diff --git a/apps/vr-tests-react-components/src/stories/Select.stories.tsx b/apps/vr-tests-react-components/src/stories/Select.stories.tsx index cdb5e7266b3b21..fd53a7013f0d43 100644 --- a/apps/vr-tests-react-components/src/stories/Select.stories.tsx +++ b/apps/vr-tests-react-components/src/stories/Select.stories.tsx @@ -3,6 +3,7 @@ import { Steps, StoryWright } from 'storywright'; import { storiesOf } from '@storybook/react'; import { Select } from '@fluentui/react-select'; import { TestWrapperDecoratorFixedWidth } from '../utilities/TestWrapperDecorator'; +import { FluentProvider } from '@fluentui/react-provider'; storiesOf('Select Converged', module) .addDecorator(TestWrapperDecoratorFixedWidth) @@ -102,4 +103,16 @@ storiesOf('Select Converged', module) + )) + .addStory('With appearance override', () => ( + +
+ + +
+
)); 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)', () => , { includeRtl: true }); + .addStory('Size: medium (default)', () => , { includeRtl: true }) + .addStory('With appearance override', () => ( + +
+ + +
+
+ )); diff --git a/apps/vr-tests-react-components/src/stories/Textarea.stories.tsx b/apps/vr-tests-react-components/src/stories/Textarea.stories.tsx index d5dbef6f5cdae1..bdb63be8204ba1 100644 --- a/apps/vr-tests-react-components/src/stories/Textarea.stories.tsx +++ b/apps/vr-tests-react-components/src/stories/Textarea.stories.tsx @@ -3,6 +3,7 @@ import { Steps, StoryWright } from 'storywright'; import { storiesOf } from '@storybook/react'; import { Textarea } from '@fluentui/react-textarea'; import { TestWrapperDecoratorFixedWidth } from '../utilities/TestWrapperDecorator'; +import { FluentProvider } from '@fluentui/react-provider'; storiesOf('Textarea Converged', module) .addDecorator(TestWrapperDecoratorFixedWidth) @@ -47,4 +48,12 @@ storiesOf('Textarea Converged', module) )) .addStory('Size: small', () =>