Skip to content

Commit

Permalink
[risk=no][no ticket] e2e bug fix: await an async call (#5302)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmthibault79 authored Jul 26, 2021
1 parent 2c3c3dd commit 13b68ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/puppeteer-custom-environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class PuppeteerCustomEnvironment extends PuppeteerEnvironment {
await savePageToFile(activePage, htmlFile);
}
if (super.handleTestEvent) {
super.handleTestEvent(event, state);
await super.handleTestEvent(event, state);
}
}
}
Expand Down

0 comments on commit 13b68ff

Please sign in to comment.