Skip to content

Commit

Permalink
fix(core): fix user profile tests (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
blakebyrnes authored Jul 18, 2023
1 parent 14ccc8c commit df40699
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/lib/Session.ts
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,7 @@ export default class Session
if (!this.hasLoadedUserProfile && this.userProfile?.storage) {
page = await this.browserContext.newPage({
groupName: 'session',
runPageScripts: false,
enableDomStorageTracker: false,
});
await UserProfile.installStorage(this, page);
Expand Down

0 comments on commit df40699

Please sign in to comment.