There was an error while loading. Please reload this page.
1 parent 43776d0 commit 1f1eef0Copy full SHA for 1f1eef0
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