Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/tests-e2e/tests/appRouter/og.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import { expect, test } from "@playwright/test";
import { validateMd5 } from "../utils";

// This is the md5sums of the expected PNGs generated with `md5sum <file>`
const OG_MD5 = "6e5e794ac0c27598a331690f96f05d00";
const API_OG_MD5 = "cac95fc3e2d4d52870c0536bb18ba85b";
const OG_MD5 = "83cfda4e78b037aa3d9ab465292550ef";
const API_OG_MD5 = "6a22b4ff74e0dd8c377e2640dafe3e40";

test("Open-graph image to be in metatags and present", async ({
page,
Expand Down
Loading