Skip to content

Commit

Permalink
core(layout-shift-elements): hide audit (#15730)
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjclark committed Jan 11, 2024
1 parent 004c0c5 commit 21c1776
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 17 deletions.
2 changes: 1 addition & 1 deletion core/config/default-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,6 @@ const defaultConfig = {
{id: 'third-party-facades', weight: 0},
{id: 'largest-contentful-paint-element', weight: 0},
{id: 'lcp-lazy-loaded', weight: 0},
{id: 'layout-shift-elements', weight: 0},
{id: 'layout-shifts', weight: 0},
{id: 'uses-passive-event-listeners', weight: 0},
{id: 'no-document-write', weight: 0},
Expand All @@ -505,6 +504,7 @@ const defaultConfig = {
{id: 'final-screenshot', weight: 0, group: 'hidden'},
{id: 'script-treemap-data', weight: 0, group: 'hidden'},
{id: 'resource-summary', weight: 0, group: 'hidden'},
{id: 'layout-shift-elements', weight: 0, group: 'hidden'},
],
},
'accessibility': {
Expand Down
27 changes: 15 additions & 12 deletions core/test/fixtures/user-flows/reports/sample-flow-result.json
Original file line number Diff line number Diff line change
Expand Up @@ -4072,10 +4072,6 @@
"id": "lcp-lazy-loaded",
"weight": 0
},
{
"id": "layout-shift-elements",
"weight": 0
},
{
"id": "layout-shifts",
"weight": 0
Expand Down Expand Up @@ -4167,6 +4163,11 @@
"id": "resource-summary",
"weight": 0,
"group": "hidden"
},
{
"id": "layout-shift-elements",
"weight": 0,
"group": "hidden"
}
],
"id": "performance",
Expand Down Expand Up @@ -11130,10 +11131,6 @@
"id": "third-party-summary",
"weight": 0
},
{
"id": "layout-shift-elements",
"weight": 0
},
{
"id": "layout-shifts",
"weight": 0
Expand Down Expand Up @@ -11205,6 +11202,11 @@
"id": "resource-summary",
"weight": 0,
"group": "hidden"
},
{
"id": "layout-shift-elements",
"weight": 0,
"group": "hidden"
}
],
"id": "performance",
Expand Down Expand Up @@ -22192,10 +22194,6 @@
"id": "lcp-lazy-loaded",
"weight": 0
},
{
"id": "layout-shift-elements",
"weight": 0
},
{
"id": "layout-shifts",
"weight": 0
Expand Down Expand Up @@ -22287,6 +22285,11 @@
"id": "resource-summary",
"weight": 0,
"group": "hidden"
},
{
"id": "layout-shift-elements",
"weight": 0,
"group": "hidden"
}
],
"id": "performance",
Expand Down
9 changes: 5 additions & 4 deletions core/test/results/sample_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -6236,10 +6236,6 @@
"id": "lcp-lazy-loaded",
"weight": 0
},
{
"id": "layout-shift-elements",
"weight": 0
},
{
"id": "layout-shifts",
"weight": 0
Expand Down Expand Up @@ -6331,6 +6327,11 @@
"id": "resource-summary",
"weight": 0,
"group": "hidden"
},
{
"id": "layout-shift-elements",
"weight": 0,
"group": "hidden"
}
],
"id": "performance",
Expand Down

0 comments on commit 21c1776

Please sign in to comment.