generated from bisco/codex-bootstrap
fix: promote social links in contact section
This commit is contained in:
@@ -47,6 +47,7 @@ test("provides usable contact actions", async ({ page }) => {
|
||||
"href",
|
||||
"https://wa.me/393331234567",
|
||||
);
|
||||
await expect(page.getByText("Seguici sui social")).toBeVisible();
|
||||
await expect(page.locator(".social-links a")).toHaveCount(2);
|
||||
await expect(page.getByRole("link", { name: "Instagram" })).toHaveAttribute(
|
||||
"href",
|
||||
|
||||
Reference in New Issue
Block a user