Skip to content

Commit

Permalink
SSR smoke-test: Use <Metadata /> (#9763)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe committed Dec 27, 2023
1 parent 7ced792 commit 3d1179a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/actions/detect-changes/cases/ssr.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ export function ssrChanged(changedFiles){
for (const changedFile of changedFiles) {
if (
changedFile.startsWith('tasks/smoke-tests/streaming-ssr') ||
changedFile.startsWith('tasks/smoke-tests/basePlaywright.config.ts') ||
changedFile === 'tasks/smoke-tests/basePlaywright.config.ts' ||
changedFile === 'tasks/test-project/codemods/delayedPage.js' ||
changedFile.startsWith('packages/internal/') ||
changedFile.startsWith('packages/project-config/') ||
changedFile.startsWith('packages/web/') ||
Expand Down
2 changes: 1 addition & 1 deletion tasks/test-project/codemods/delayedPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const body = `
{
return (
<>
<MetaTags title="Delayed" description="Delayed page" />
<Metadata title="Delayed" description="Delayed page" />
<h1>DelayedPage</h1>
<p>The following component will render over 4 seconds...</p>
Expand Down

0 comments on commit 3d1179a

Please sign in to comment.