Skip to content

Commit a8938f6

Browse files
committed
fix(test): rename Footer component link validation test
1 parent fca4c66 commit a8938f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/components/footer.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ test.beforeEach(async ({ page }) => {
44
await page.goto("http://localhost:5173");
55
});
66

7-
test("has valid links", async ({ page }) => {
7+
test("all links in the Footer component should be valid", async ({ page }) => {
88
await page.goto("http://localhost:5173");
99

1010
const component = await page.locator("data-testid=footer-section");

0 commit comments

Comments
 (0)