We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e597656 commit 4c9d741Copy full SHA for 4c9d741
integration/tests/astro/components.test.ts
@@ -482,7 +482,7 @@ testAgainstRunningApps({ withPattern: ['astro.node.withCustomRoles'] })('basic f
482
await u.po.userButton.waitForMounted();
483
});
484
485
- test.skip('server islands protect component shows correct states', async ({ page, context }) => {
+ test('server islands protect component shows correct states', async ({ page, context }) => {
486
const u = createTestUtils({ app, page, context });
487
488
await u.page.goToRelative('/server-islands');
0 commit comments