fix: add contact and social icons

This commit is contained in:
bisco
2026-06-26 09:02:48 +02:00
parent e5fde3e078
commit bf465edb8c
4 changed files with 38 additions and 10 deletions
+2
View File
@@ -60,6 +60,8 @@ test("provides usable contact actions", async ({ page }) => {
"https://facebook.com/",
);
await expect(page.locator(".social-links .social-icon")).toHaveCount(2);
await expect(page.locator(".contact-actions .contact-icon")).toHaveCount(3);
await expect(page.locator(".contact-info .contact-icon")).toHaveCount(1);
});
test("supports mobile navigation without horizontal overflow", async ({ page }) => {