Skip to content

Commit

Permalink
test(Table): add Chromatic delay
Browse files Browse the repository at this point in the history
  • Loading branch information
zettca committed Jan 15, 2025
1 parent 304e257 commit 993f191
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions packages/core/src/Table/stories/Table.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -159,14 +159,17 @@ export const Test: StoryObj = {

export const Test2: StoryObj = {
parameters: {
...setupChromatic([
"DS3 dawn",
"DS3 wicked",
"DS5 dawn",
"DS5 wicked",
"Pentaho+ dawn",
"Pentaho+ wicked",
]),
...setupChromatic(
[
"DS3 dawn",
"DS3 wicked",
"DS5 dawn",
"DS5 wicked",
"Pentaho+ dawn",
"Pentaho+ wicked",
],
5000,
),
docs: { disable: true },
a11y: {
disable: true,
Expand Down

0 comments on commit 993f191

Please sign in to comment.