add a delay to story that seems to render inconsistently

This commit is contained in:
Norbert de Langen 2022-11-25 11:47:32 +01:00
parent 70761af86e
commit 35d360acf3
No known key found for this signature in database
GPG Key ID: FD0E78AF9A837762

View File

@ -104,11 +104,17 @@ export const WithDefaultInteractions: Story = {
args: {
of: BooleanStories.Toggling,
},
parameters: {
chromatic: { delay: 500 },
},
};
export const WithInteractionsAutoplayInStory: Story = {
args: {
of: BooleanStories.TogglingInDocs,
},
parameters: {
chromatic: { delay: 500 },
},
};
// TODO: types suggest that <Story /> can take ProjectAnnotations, but it doesn't seem to do anything with them