Skip to content

Commit

Permalink
Really throwing stuff at the wall and seeing what sticks here...
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-maertens committed Nov 13, 2023
1 parent a23608e commit ae38a99
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions src/components/builder/validate/validator-select.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,6 @@ export default {
decorators: [withFormik],
parameters: {
controls: {hideNoControlsWarning: true},
docs: {
source: {
type: 'dynamic',
excludeDecorators: true,
},
// https://github.com/bbbtech/storybook-formik/issues/51#issuecomment-1136668271
inlineStories: false,
iframeHeight: 200,
},
modal: {noModal: true},
builder: {enableContext: true, validatorPluginsDelay: 300},
formik: {initialValues: {validate: {plugins: []}}},
Expand Down Expand Up @@ -56,7 +47,7 @@ export const Default: Story = {
async () => {
await expect(await canvas.findByText('Plugin 1')).toBeInTheDocument();
},
{timeout: 500}
{container: canvasElement}
);
await expect(await canvas.findByText('Plugin 2')).toBeInTheDocument();
});
Expand Down

0 comments on commit ae38a99

Please sign in to comment.