Skip to content

Commit

Permalink
Fix dev tools test
Browse files Browse the repository at this point in the history
  • Loading branch information
Beytoven committed Oct 27, 2020
1 parent 9a65182 commit 47f237f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ Tests that Lighthouse panel displays a warning when important data may affect pe
[x] Clear storage
[x] Simulated throttling
Generate report: enabled visible
PROMISE FAILURE: TypeError: Lighthouse.LighthousePanel.getEvents is not a function
at http://127.0.0.1:8000/devtools/lighthouse/lighthouse-clear-data-warning.js:26:45
Warning Text: There may be stored data affecting loading performance in these locations: Web SQL, IndexedDB. Audit this page in an incognito window to prevent those resources from affecting your scores.

Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ Tests that exporting works.

++++++++ testExportHtml

# of .lh-audit divs (original): 136
# of .lh-audit divs (original): 135

# of .lh-audit divs (exported html): 136
# of .lh-audit divs (exported html): 135

++++++++ testExportJson

# of audits (json): 152
# of audits (json): 151

Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,6 @@ Auditing: Properly defines charset
Auditing: Avoids an excessive DOM size
Auditing: Links to cross-origin destinations are safe
Auditing: Avoids requesting the geolocation permission on page load
Auditing: No issues in the `Issues` panel in Chrome Devtools
Auditing: Avoids `document.write()`
Auditing: Avoids front-end JavaScript libraries with known security vulnerabilities
Auditing: Detected JavaScript libraries
Expand Down Expand Up @@ -458,7 +457,6 @@ form-field-multiple-labels: notApplicable
frame-title: notApplicable
geolocation-on-start: pass
gpt-bids-parallel: notApplicable
has-inspector-issues: pass
heading-order: notApplicable
hreflang: pass
html-has-lang: fail
Expand Down Expand Up @@ -566,5 +564,5 @@ visual-order-follows-dom: manual
without-javascript: pass
works-offline: fail

# of .lh-audit divs: 156
# of .lh-audit divs: 155

0 comments on commit 47f237f

Please sign in to comment.