Skip to content

Commit 33236dc

Browse files
author
Sithara Balasuriya
committed
Updated Site Card tests.
1 parent 0757a2a commit 33236dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test-Components/test-Site_Card.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export async function testSiteCard(page: Page){
1818
await expect(siteCardFooter).toBeVisible();
1919

2020
// Verify that site card footer title is visible
21-
const siteCardFooterTitle = siteCardFooter.locator('h3').first();
21+
const siteCardFooterTitle = siteCardFooter.locator('h2').first();
2222
await expect(siteCardFooterTitle).toContainText('Demo Site');
2323

2424
// Verify that site card footer description is visible

0 commit comments

Comments
 (0)