Skip to content

Commit

Permalink
Fix typo in parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
scinos committed Jun 25, 2021
1 parent 87c4a89 commit 00fbbe4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/lib/hooks/browser/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ export const buildHooks = () => {
let driver;

return {
createBrowser: async function () {
driver = await createBrowser();
createBrowser: async function ( options ) {
driver = await createBrowser( options );
return driver;
},
saveBrowserLogs: function ( options ) {
Expand Down

0 comments on commit 00fbbe4

Please sign in to comment.