Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Jul 7, 2023
1 parent 3a878a1 commit 71852f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/app-dir/metadata/metadata.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -577,13 +577,13 @@ createNextDescribe(

const match = createMultiHtmlMatcher($)
await match('meta', 'property', 'content', {
'og:title': 'no-og-img',
'og:title': 'no-og-image',
'og:image': undefined,
})

await match('meta', 'name', 'content', {
'twitter:image': undefined,
'twitter:title': 'no-tw-img',
'twitter:title': 'no-tw-image',
})

// icon should be overridden
Expand Down

0 comments on commit 71852f0

Please sign in to comment.