Skip to content

Commit

Permalink
await browser.close()
Browse files Browse the repository at this point in the history
  • Loading branch information
kaloster committed Sep 10, 2024
1 parent 8a2d51b commit 4233d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/__tests__/e2e/puppeteer.setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ beforeEach(async () => {
}
}
});
await browser.close();
await userAgent.close();
});

0 comments on commit 4233d6d

Please sign in to comment.