We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e78411 commit 3b847a9Copy full SHA for 3b847a9
examples/e2e/app-router/e2e/og.test.ts
@@ -2,8 +2,8 @@ import { expect, test } from "@playwright/test";
2
import { validateMd5 } from "../../utils";
3
4
// This is the md5sums of the expected PNGs generated with `md5sum <file>`
5
-const OG_MD5 = "6e5e794ac0c27598a331690f96f05d00";
6
-const API_OG_MD5 = "cac95fc3e2d4d52870c0536bb18ba85b";
+const OG_MD5 = "83cfda4e78b037aa3d9ab465292550ef";
+const API_OG_MD5 = "6a22b4ff74e0dd8c377e2640dafe3e40";
7
8
test("Open-graph image to be in metatags and present", async ({ page, request }) => {
9
await page.goto("/og");
0 commit comments