File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/e2e-test-utils-playwright/src/lighthouse Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ export class Lighthouse {
2525 * the summary.
2626 */
2727 async getReport ( ) {
28- // From https://github.com/GoogleChrome/lighthouse/blob/d149e9c1b628d5881ca9ca451278d99ff1b31d9a /core/config/default-config.js#L433-L503
28+ // From https://github.com/GoogleChrome/lighthouse/blob/36cac182a6c637b1671c57326d7c0241633d0076 /core/config/default-config.js#L381-L446
2929 const audits = {
3030 'largest-contentful-paint' : 'LCP' ,
3131 'total-blocking-time' : 'TBT' ,
3232 interactive : 'TTI' ,
3333 'cumulative-layout-shift' : 'CLS' ,
34- 'experimental- interaction-to-next-paint' : 'INP' ,
34+ 'interaction-to-next-paint' : 'INP' ,
3535 } ;
3636
3737 const report = await lighthouse (
You can’t perform that action at this time.
0 commit comments