generated from bisco/codex-bootstrap
fix: use brand colors for social links
This commit is contained in:
@@ -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/",
|
||||
|
||||
Reference in New Issue
Block a user