Skip to content

Commit

Permalink
WEB-2113 update screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Ladaria committed Dec 19, 2024
1 parent 3d89e89 commit 8c12f8c
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion src/__screenshot_tests__/drawer-screenshot-test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ test.each`
${'TABLET'} | ${false} | ${true} | ${1}
`(
'Drawer $device actions:$withActions dismissible:$dismissible contentLength:$contentLength',
async ({device, withActions, dismissible}) => {
async ({device, withActions, dismissible, contentLength}) => {
const page = await openStoryPage({
id: 'components-modals-drawer--default',
device: device as Device,
Expand All @@ -23,6 +23,7 @@ test.each`
showSecondaryButton: withActions,
showButtonLink: withActions,
onDismissHandler: dismissible,
contentLength,
},
});

Expand Down

0 comments on commit 8c12f8c

Please sign in to comment.