Skip to content

Commit

Permalink
Quick fix for early disposal of browser (#1419)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesIrish committed May 10, 2022
1 parent 3fb990a commit 8f0103c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/util/runPlaywright.js
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ async function processScenarioView (scenario, variantOrScenarioLabelSafe, scenar
try {
compareConfig = await delegateSelectors(
page,
browser,
browserContext,
scenario,
viewport,
variantOrScenarioLabelSafe,
Expand Down

0 comments on commit 8f0103c

Please sign in to comment.