Make coach HAR advice use DOM advice (#3512)
This commit is contained in:
parent
67f41e189b
commit
2dae52aa5b
|
|
@ -461,7 +461,12 @@ module.exports = {
|
|||
if (result.har) {
|
||||
// make sure to get the right run in the HAR
|
||||
const myHar = api.pickAPage(result.har, harIndex);
|
||||
const harResult = await api.analyseHar(myHar);
|
||||
const harResult = await api.analyseHar(
|
||||
myHar,
|
||||
undefined,
|
||||
coachAdvice,
|
||||
options
|
||||
);
|
||||
advice = api.merge(coachAdvice, harResult);
|
||||
}
|
||||
queue.postMessage(
|
||||
|
|
|
|||
Loading…
Reference in New Issue