Skip to content

Commit 706b2e3

Browse files
committed
remove stray logging of errorClick args
1 parent 3fb4dd4 commit 706b2e3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/nextjs/test/integration/test/client/errorClick.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ const { waitForAll } = require('../utils/common');
22
const { expectRequestCount, isEventRequest, expectEvent } = require('../utils/client');
33

44
module.exports = async ({ page, url, requests }) => {
5-
console.log(page, url, requests);
65
await page.goto(`${url}/errorClick`);
76

87
await waitForAll([page.click('button'), page.waitForRequest(isEventRequest)]);

0 commit comments

Comments
 (0)