Fix the bad reload repeat issue kevin started on
This commit is contained in:
@ -175,9 +175,6 @@ export class ElectronZoo {
|
||||
}
|
||||
}
|
||||
|
||||
this.page = await this.electron.firstWindow()
|
||||
this.context = this.electron.context()
|
||||
|
||||
// THIS IS ABSOLUTELY NECESSARY TO CHANGE THE PROJECT DIRECTORY BETWEEN
|
||||
// TESTS BECAUSE OF THE ELECTRON INSTANCE REUSE.
|
||||
await this.electron?.evaluate(({ app }, projectDirName) => {
|
||||
|
||||
Reference in New Issue
Block a user