Skip to content

Commit

Permalink
test: fix screenshots not being captured for all components
Browse files Browse the repository at this point in the history
  • Loading branch information
scurker committed Oct 8, 2024
1 parent fbd45e8 commit 8758592
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { test, expect } from '../../../../../e2e/screenshots';
import { setTheme } from '../../../../../e2e/helpers/playwright';
import { BottomSheet } from '../../../';

test.only('should have screenshot for BottomSheet', async ({ mount, page }) => {
test('should have screenshot for BottomSheet', async ({ mount, page }) => {
/*
* because the BottomSheet is absolutely positioned, customizing the viewport
* and padding styles is needed to ensure we're only capturing the necessary
Expand Down

0 comments on commit 8758592

Please sign in to comment.