generated from bisco/codex-bootstrap
fix: add contact and social icons
This commit is contained in:
@@ -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 }) => {
|
||||
|
||||
Reference in New Issue
Block a user