File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,7 @@ import { validateMd5 } from "../utils";
5
5
const OG_MD5 = "83cfda4e78b037aa3d9ab465292550ef" ;
6
6
const API_OG_MD5 = "6a22b4ff74e0dd8c377e2640dafe3e40" ;
7
7
8
- // We skip this test for now until Next fixes https://github.com/vercel/next.js/issues/81655
9
- test . skip ( "Open-graph image to be in metatags and present" , async ( {
8
+ test ( "Open-graph image to be in metatags and present" , async ( {
10
9
page,
11
10
request,
12
11
} ) => {
Original file line number Diff line number Diff line change @@ -6,8 +6,7 @@ test.describe("next/head", () => {
6
6
const title = await page . title ( ) ;
7
7
expect ( title ) . toBe ( "OpenNext head" ) ;
8
8
} ) ;
9
- // We skip this test for now until Next fixes https://github.com/vercel/next.js/issues/81655
10
- test . skip ( "should have the correct meta tags" , async ( { page } ) => {
9
+ test ( "should have the correct meta tags" , async ( { page } ) => {
11
10
await page . goto ( "/head" ) ;
12
11
const ogTitle = await page
13
12
. locator ( 'meta[property="og:title"]' )
You can’t perform that action at this time.
0 commit comments