Skip to content

Commit

Permalink
Disable pw object.assign context
Browse files Browse the repository at this point in the history
  • Loading branch information
pierremtb committed Feb 25, 2025
1 parent 2523242 commit c774e4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion e2e/playwright/fixtures/fixtureSetup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ export class AuthenticatedTronApp {
// running against electron applications.
// The timeline is still broken but failure screenshots work again.
this.context = context
Object.assign(this.browserContext, this.context)
// TODO: try to get this to work again for screenshots, but it messed with test ends when enabled
// Object.assign(this.browserContext, this.context)

this.electronApp = electronApp
this.dir = dir
Expand Down

0 comments on commit c774e4f

Please sign in to comment.