browsertime 17.0.0-beta.0 → 17.0.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/core/engine/index.js
CHANGED
|
@@ -350,7 +350,7 @@ export default class Engine {
|
|
|
350
350
|
}
|
|
351
351
|
}
|
|
352
352
|
} // We don't have a HAR for Firefox on Android
|
|
353
|
-
else if (options.browser === 'firefox' && options
|
|
353
|
+
else if (options.browser === 'firefox' && isAndroidConfigured(options)) {
|
|
354
354
|
for (let result of totalResult) {
|
|
355
355
|
result.info.browser.name = 'Firefox';
|
|
356
356
|
try {
|