fix(desktop): intercept proxied link preview fixture

Co-authored-by: Mari <95cae996907d7cab9f5dbf43c0f53edeac6ab0b032a6feae4abfd784e467b3f5@buzz.block.builderlab.xyz>
Signed-off-by: Mari <95cae996907d7cab9f5dbf43c0f53edeac6ab0b032a6feae4abfd784e467b3f5@buzz.block.builderlab.xyz>
This commit is contained in:
Mari
2026-08-13 16:18:53 -04:00
parent 2693e0db1f
commit c57fc7f24d
+1 -1
View File
@@ -1312,7 +1312,7 @@ test("compact link preview image geometry truncates long titles to one line", as
page,
}) => {
const previewUrl = "https://github.com/block/buzz/pull/3246?geometry=1";
await page.route("http://localhost:3000/media/*.png", (route) =>
await page.route("http://127.0.0.1:54321/media/**", (route) =>
route.fulfill({
body: LINK_PREVIEW_IMAGE,
contentType: "image/png",