Disable pw object.assign context (#5498)

This commit is contained in:
Pierre Jacquier
2025-02-25 11:49:58 -05:00
committed by GitHub
parent 935b4ee7f5
commit 4297dc43ae

View File

@ -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