Skip to content

Commit fb45fb4

Browse files
committed
test(card): fix ssr assert
1 parent 4a90b67 commit fb45fb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elements/pf-card/test/pf-card.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ test.describe(tagName, () => {
3737
`,
3838
});
3939
await fixture.updateCompleteFor('pf-card');
40-
expect(fixture.page.locator('pf-card #title')).toHaveAttribute('hidden');
40+
await expect(fixture.page.locator('pf-card #title')).toHaveAttribute('hidden');
4141
});
4242
});

0 commit comments

Comments
 (0)