Skip to content

Commit 2e552e8

Browse files
authored
fix(e2e): Update md5sums of OG images
1 parent 3a2b1b9 commit 2e552e8

File tree

3 files changed

+560
-80
lines changed

3 files changed

+560
-80
lines changed

packages/tests-e2e/tests/appRouter/og.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import { expect, test } from "@playwright/test";
22
import { validateMd5 } from "../utils";
33

44
// This is the md5sums of the expected PNGs generated with `md5sum <file>`
5-
const OG_MD5 = "83cfda4e78b037aa3d9ab465292550ef";
6-
const API_OG_MD5 = "6a22b4ff74e0dd8c377e2640dafe3e40";
5+
const OG_MD5 = "db156985b60003a865f90a65670ab5d0";
6+
const API_OG_MD5 = "d2bb34302e54be953f3b5b7920d244c0";
77

88
test("Open-graph image to be in metatags and present", async ({
99
page,

0 commit comments

Comments
 (0)