Skip to content

Commit

Permalink
Add args to vrt/aat
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerJDev committed Nov 25, 2024
1 parent 1916117 commit 239a584
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions e2e/components/ConfirmationDialog.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ test.describe('ConfirmationDialog', () => {
globals: {
colorScheme: theme,
},
args: 'args' in story ? story.args : {},
})

// Default state
Expand All @@ -51,6 +52,7 @@ test.describe('ConfirmationDialog', () => {
globals: {
colorScheme: theme,
},
args: 'args' in story ? story.args : {},
})
await expect(page).toHaveNoViolations()
})
Expand Down

0 comments on commit 239a584

Please sign in to comment.