mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 16:11:33 +08:00
Revert "skip svelte test for now"
This reverts commit 4127d874c1f07e345c54132d347c7464644eceba.
This commit is contained in:
parent
4127d874c1
commit
740c149c85
@ -9,10 +9,6 @@ const templateName = process.env.STORYBOOK_TEMPLATE_NAME || '';
|
||||
test.describe('addon-controls', () => {
|
||||
test('should change component when changing controls', async ({ page }) => {
|
||||
test.skip(templateName.includes('react-native-web'), 'React Native CSS behaves differently');
|
||||
test.skip(
|
||||
templateName.includes('svelte-vite/default-ts'),
|
||||
'TODO: this is skipped until https://github.com/storybookjs/storybook/issues/30223 is resolved'
|
||||
);
|
||||
|
||||
await page.goto(storybookUrl);
|
||||
const sbPage = new SbPage(page, expect);
|
||||
|
Loading…
x
Reference in New Issue
Block a user