We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a2b1b9 commit 2e552e8Copy full SHA for 2e552e8
3 files changed
packages/tests-e2e/tests/appRouter/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 = "83cfda4e78b037aa3d9ab465292550ef";
6
-const API_OG_MD5 = "6a22b4ff74e0dd8c377e2640dafe3e40";
+const OG_MD5 = "db156985b60003a865f90a65670ab5d0";
+const API_OG_MD5 = "d2bb34302e54be953f3b5b7920d244c0";
7
8
test("Open-graph image to be in metatags and present", async ({
9
page,
0 commit comments