Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinorin committed Jan 23, 2024
1 parent 3220602 commit bc20ff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/e2e/articles/redirect.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ test.describe('Article - Redirect', () => {
await expect(page.locator('meta[name="author"]')).toHaveAttribute('content', 'yoshinorin');
await expect(page.locator('meta[property="article:author"]')).toHaveAttribute('content', 'yoshinorin');
await expect(page.locator('meta[property="og:title"]')).toHaveAttribute('content', 'YYYY MM DD post');
await expect(page.locator('meta[property="og:type"]')).toHaveAttribute('content', 'blog');
await expect(page.locator('meta[property="og:type"]')).toHaveAttribute('content', 'article');
await expect(page.locator('meta[property="og:url"]')).toHaveAttribute('content', 'http://localhost:3000/articles/2024/01/01/standard/');
await expect(page.locator('meta[property="og:site_name"]')).toHaveAttribute('content', 'E2E Test Site');
await expect(page.locator('meta[property="og:locale"]')).toHaveAttribute('content', 'ja_JP');
Expand Down

0 comments on commit bc20ff5

Please sign in to comment.