fix: use brand colors for social links

This commit is contained in:
bisco
2026-06-26 08:25:47 +02:00
parent eb79707b47
commit 39df85db49
3 changed files with 8 additions and 4 deletions
+2
View File
@@ -49,6 +49,8 @@ test("provides usable contact actions", async ({ page }) => {
);
await expect(page.getByText("Seguici sui social")).toBeVisible();
await expect(page.locator(".social-links a")).toHaveCount(2);
await expect(page.locator(".social-link-instagram")).toHaveCount(1);
await expect(page.locator(".social-link-facebook")).toHaveCount(1);
await expect(page.getByRole("link", { name: "Instagram" })).toHaveAttribute(
"href",
"https://instagram.com/",