Disable pw object.assign context (#5498)
This commit is contained in:
@ -101,7 +101,8 @@ export class AuthenticatedTronApp {
|
|||||||
// running against electron applications.
|
// running against electron applications.
|
||||||
// The timeline is still broken but failure screenshots work again.
|
// The timeline is still broken but failure screenshots work again.
|
||||||
this.context = context
|
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.electronApp = electronApp
|
||||||
this.dir = dir
|
this.dir = dir
|
||||||
|
|||||||
Reference in New Issue
Block a user