Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Mar 13, 2024
1 parent 19614c4 commit 71a726c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/firefox/webdriver/firefox.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export class Firefox {
}

if (this.options.basicAuth) {
await this.bidi.setBasicAuth(this.options.basicAuth);
await this.browsertimeBidi.setBasicAuth(this.options.basicAuth);
}

if (
Expand Down

0 comments on commit 71a726c

Please sign in to comment.