There was an error while loading. Please reload this page.
1 parent 0757a2a commit 33236dcCopy full SHA for 33236dc
1 file changed
tests/test-Components/test-Site_Card.ts
@@ -18,7 +18,7 @@ export async function testSiteCard(page: Page){
18
await expect(siteCardFooter).toBeVisible();
19
20
// Verify that site card footer title is visible
21
- const siteCardFooterTitle = siteCardFooter.locator('h3').first();
+ const siteCardFooterTitle = siteCardFooter.locator('h2').first();
22
await expect(siteCardFooterTitle).toContainText('Demo Site');
23
24
// Verify that site card footer description is visible
0 commit comments