Skip to content

Commit

Permalink
rm extra network req
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianaixba committed Jul 19, 2023
1 parent 1ffbb6f commit 7742a90
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions core/test/audits/uses-rel-preconnect-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -358,17 +358,6 @@ describe('Performance: uses-rel-preconnect audit', () => {
it('should have LCP savings and not FCP savings', async () => {
const networkRecords = [
mainResource,
{
url: 'https://cdn.example.com/first',
initiator: {},
networkRequestTime: 3000,
timing: {
dnsStart: 300,
connectStart: 350,
connectEnd: 400,
},
priority: 'High',
},
{
url: 'https://cdn.example.com/second',
initiator: {},
Expand Down

0 comments on commit 7742a90

Please sign in to comment.