Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Feb 28, 2023
1 parent 2520e91 commit 745763a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/app-dir/metadata/metadata.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ createNextDescribe(

it('should support alternate tags', async () => {
const browser = await next.browser('/alternate')
await checkLink(browser, 'canonical', 'https://example.com/')
await checkLink(browser, 'canonical', 'https://example.com')
await checkMeta(
browser,
'en-US',
Expand Down

0 comments on commit 745763a

Please sign in to comment.