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";
55const OG_MD5 = "83cfda4e78b037aa3d9ab465292550ef" ;
66const API_OG_MD5 = "6a22b4ff74e0dd8c377e2640dafe3e40" ;
77
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 ( {
109 page,
1110 request,
1211} ) => {
Original file line number Diff line number Diff line change @@ -6,8 +6,7 @@ test.describe("next/head", () => {
66 const title = await page . title ( ) ;
77 expect ( title ) . toBe ( "OpenNext head" ) ;
88 } ) ;
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 } ) => {
1110 await page . goto ( "/head" ) ;
1211 const ogTitle = await page
1312 . locator ( 'meta[property="og:title"]' )
You can’t perform that action at this time.
0 commit comments