Skip to content

Commit f470aaa

Browse files
committed
test(card): ssr test
1 parent dc1183b commit f470aaa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,6 @@ test.describe(tagName, () => {
3838
});
3939
await fixture.updateCompleteFor('pf-card');
4040
await expect(fixture.page.locator('pf-card #title')).toHaveAttribute('hidden');
41+
await expect(fixture.page.locator('pf-card #header')).not.toHaveAttribute('hidden');
4142
});
4243
});

0 commit comments

Comments
 (0)