Skip to content

Commit

Permalink
test(card): ssr test
Browse files Browse the repository at this point in the history
  • Loading branch information
bennypowers committed Dec 4, 2024
1 parent dc1183b commit f470aaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions elements/pf-card/test/pf-card.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,6 @@ test.describe(tagName, () => {
});
await fixture.updateCompleteFor('pf-card');
await expect(fixture.page.locator('pf-card #title')).toHaveAttribute('hidden');
await expect(fixture.page.locator('pf-card #header')).not.toHaveAttribute('hidden');
});
});

0 comments on commit f470aaa

Please sign in to comment.