Skip to content

Commit

Permalink
Merge branch 'develop' into fix--react-17-upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
anastasialanz authored Oct 8, 2024
2 parents 4e1abf8 + 099092f commit f438804
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 f438804

Please sign in to comment.