Skip to content

Commit cfa5d14

Browse files
committed
more setupBrowserPage logs
1 parent 15d0d89 commit cfa5d14

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: test/screenshot/screenshot.test.js

+3
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ const setupBrowserPage = (async () => {
3838
window.paypal.setup({ env: 'test' });
3939
});
4040

41+
console.log(`>>> setupBrowserPage browser: ${ browser }`);
42+
console.log(`>>> setupBrowserPage page: ${ page }`);
43+
4144
return { browser, page };
4245
})();
4346

0 commit comments

Comments
 (0)