Skip to content

Commit

Permalink
only use only context in chrome >= 72
Browse files Browse the repository at this point in the history
because of a bug loading blobs in Chrome 71: puppeteer/puppeteer#3463
  • Loading branch information
tambien committed Jan 23, 2019
1 parent 436da03 commit 2ef5aa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/helper/Supports.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ define(["helper/ua-parser"], function(UserAgentParser){
//has float time domain analyser
ANALYZE_FLOAT_TIME_DOMAIN : AnalyserNode && typeof AnalyserNode.prototype.getFloatTimeDomainData === "function",
//if the tests run in focus
ONLINE_TESTING : false,
ONLINE_TESTING : is("Chrome", 72),
//the close method resolves a promise
AUDIO_CONTEXT_CLOSE_RESOLVES : isnt("Firefox") && isnt("Safari", 10),
//if it supports gUM testing
Expand Down

0 comments on commit 2ef5aa1

Please sign in to comment.