diff --git a/tests/functional/tests/portal.spec.ts b/tests/functional/tests/portal.spec.ts index 21bf59f..96c59e6 100644 --- a/tests/functional/tests/portal.spec.ts +++ b/tests/functional/tests/portal.spec.ts @@ -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/", diff --git a/wordpress/theme/azionelab/front-page.php b/wordpress/theme/azionelab/front-page.php index 08a581f..6de3f70 100644 --- a/wordpress/theme/azionelab/front-page.php +++ b/wordpress/theme/azionelab/front-page.php @@ -193,7 +193,7 @@ $social_links = array_values(

Seguici sui social