Skip to content

Commit 4233d6d

Browse files
committed
await browser.close()
1 parent 8a2d51b commit 4233d6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/__tests__/e2e/puppeteer.setup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ beforeEach(async () => {
5454
}
5555
}
5656
});
57-
await browser.close();
57+
await userAgent.close();
5858
});

0 commit comments

Comments
 (0)