diff --git a/src/__screenshot_tests__/__image_snapshots__/drawer-screenshot-test-tsx-drawer-desktop-actions-false-dismissible-true-content-length-1-1-snap.png b/src/__screenshot_tests__/__image_snapshots__/drawer-screenshot-test-tsx-drawer-desktop-actions-false-dismissible-true-content-length-1-1-snap.png index 70ee3777e..1c2424096 100644 Binary files a/src/__screenshot_tests__/__image_snapshots__/drawer-screenshot-test-tsx-drawer-desktop-actions-false-dismissible-true-content-length-1-1-snap.png and b/src/__screenshot_tests__/__image_snapshots__/drawer-screenshot-test-tsx-drawer-desktop-actions-false-dismissible-true-content-length-1-1-snap.png differ diff --git a/src/__screenshot_tests__/__image_snapshots__/drawer-screenshot-test-tsx-drawer-desktop-actions-true-dismissible-true-content-length-1-1-snap.png b/src/__screenshot_tests__/__image_snapshots__/drawer-screenshot-test-tsx-drawer-desktop-actions-true-dismissible-true-content-length-1-1-snap.png index 21ded0d34..254d9ee13 100644 Binary files a/src/__screenshot_tests__/__image_snapshots__/drawer-screenshot-test-tsx-drawer-desktop-actions-true-dismissible-true-content-length-1-1-snap.png and b/src/__screenshot_tests__/__image_snapshots__/drawer-screenshot-test-tsx-drawer-desktop-actions-true-dismissible-true-content-length-1-1-snap.png differ diff --git a/src/__screenshot_tests__/__image_snapshots__/drawer-screenshot-test-tsx-drawer-mobile-ios-actions-false-dismissible-true-content-length-1-1-snap.png b/src/__screenshot_tests__/__image_snapshots__/drawer-screenshot-test-tsx-drawer-mobile-ios-actions-false-dismissible-true-content-length-1-1-snap.png index 2999304c5..cb2653a76 100644 Binary files a/src/__screenshot_tests__/__image_snapshots__/drawer-screenshot-test-tsx-drawer-mobile-ios-actions-false-dismissible-true-content-length-1-1-snap.png and b/src/__screenshot_tests__/__image_snapshots__/drawer-screenshot-test-tsx-drawer-mobile-ios-actions-false-dismissible-true-content-length-1-1-snap.png differ diff --git a/src/__screenshot_tests__/__image_snapshots__/drawer-screenshot-test-tsx-drawer-mobile-ios-actions-true-dismissible-false-content-length-1-1-snap.png b/src/__screenshot_tests__/__image_snapshots__/drawer-screenshot-test-tsx-drawer-mobile-ios-actions-true-dismissible-false-content-length-1-1-snap.png index 4a8d1e597..71acf0608 100644 Binary files a/src/__screenshot_tests__/__image_snapshots__/drawer-screenshot-test-tsx-drawer-mobile-ios-actions-true-dismissible-false-content-length-1-1-snap.png and b/src/__screenshot_tests__/__image_snapshots__/drawer-screenshot-test-tsx-drawer-mobile-ios-actions-true-dismissible-false-content-length-1-1-snap.png differ diff --git a/src/__screenshot_tests__/__image_snapshots__/drawer-screenshot-test-tsx-drawer-mobile-ios-actions-true-dismissible-true-content-length-1-1-snap.png b/src/__screenshot_tests__/__image_snapshots__/drawer-screenshot-test-tsx-drawer-mobile-ios-actions-true-dismissible-true-content-length-1-1-snap.png index b287f1faa..f0f95f033 100644 Binary files a/src/__screenshot_tests__/__image_snapshots__/drawer-screenshot-test-tsx-drawer-mobile-ios-actions-true-dismissible-true-content-length-1-1-snap.png and b/src/__screenshot_tests__/__image_snapshots__/drawer-screenshot-test-tsx-drawer-mobile-ios-actions-true-dismissible-true-content-length-1-1-snap.png differ diff --git a/src/__screenshot_tests__/__image_snapshots__/drawer-screenshot-test-tsx-drawer-tablet-actions-false-dismissible-true-content-length-1-1-snap.png b/src/__screenshot_tests__/__image_snapshots__/drawer-screenshot-test-tsx-drawer-tablet-actions-false-dismissible-true-content-length-1-1-snap.png index cff760b56..a51f79e29 100644 Binary files a/src/__screenshot_tests__/__image_snapshots__/drawer-screenshot-test-tsx-drawer-tablet-actions-false-dismissible-true-content-length-1-1-snap.png and b/src/__screenshot_tests__/__image_snapshots__/drawer-screenshot-test-tsx-drawer-tablet-actions-false-dismissible-true-content-length-1-1-snap.png differ diff --git a/src/__screenshot_tests__/__image_snapshots__/drawer-screenshot-test-tsx-drawer-tablet-actions-true-dismissible-true-content-length-1-1-snap.png b/src/__screenshot_tests__/__image_snapshots__/drawer-screenshot-test-tsx-drawer-tablet-actions-true-dismissible-true-content-length-1-1-snap.png index e0cd1f06c..ed35be466 100644 Binary files a/src/__screenshot_tests__/__image_snapshots__/drawer-screenshot-test-tsx-drawer-tablet-actions-true-dismissible-true-content-length-1-1-snap.png and b/src/__screenshot_tests__/__image_snapshots__/drawer-screenshot-test-tsx-drawer-tablet-actions-true-dismissible-true-content-length-1-1-snap.png differ diff --git a/src/__screenshot_tests__/drawer-screenshot-test.tsx b/src/__screenshot_tests__/drawer-screenshot-test.tsx index 228c07518..cbdbc6621 100644 --- a/src/__screenshot_tests__/drawer-screenshot-test.tsx +++ b/src/__screenshot_tests__/drawer-screenshot-test.tsx @@ -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, @@ -23,6 +23,7 @@ test.each` showSecondaryButton: withActions, showButtonLink: withActions, onDismissHandler: dismissible, + contentLength, }, });