We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e14a76 commit 21f97dbCopy full SHA for 21f97db
tests/utils/playwright-helpers.ts
@@ -98,7 +98,7 @@ export const test = base.extend<
98
if (response.url().includes('/_next/static/')) {
99
expect(
100
response.headers()['cache-control'],
101
- '_next/static assets should have immutable cache control',
+ `_next/static asset (${response.url()}) should have immutable cache control`,
102
).toContain('public,max-age=31536000,immutable')
103
}
104
})
0 commit comments