Skip to content

Commit 4c9d741

Browse files
committed
removed skipped test
1 parent e597656 commit 4c9d741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/tests/astro/components.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ testAgainstRunningApps({ withPattern: ['astro.node.withCustomRoles'] })('basic f
482482
await u.po.userButton.waitForMounted();
483483
});
484484

485-
test.skip('server islands protect component shows correct states', async ({ page, context }) => {
485+
test('server islands protect component shows correct states', async ({ page, context }) => {
486486
const u = createTestUtils({ app, page, context });
487487

488488
await u.page.goToRelative('/server-islands');

0 commit comments

Comments
 (0)