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 dc1183b commit f470aaaCopy full SHA for f470aaa
elements/pf-card/test/pf-card.e2e.ts
@@ -38,5 +38,6 @@ test.describe(tagName, () => {
38
});
39
await fixture.updateCompleteFor('pf-card');
40
await expect(fixture.page.locator('pf-card #title')).toHaveAttribute('hidden');
41
+ await expect(fixture.page.locator('pf-card #header')).not.toHaveAttribute('hidden');
42
43
0 commit comments