Enables ContextIsolation
This commit is contained in:
parent
4bbf5eb5d4
commit
9374832ea4
83 changed files with 1009 additions and 1073 deletions
|
@ -89,7 +89,7 @@ export class App {
|
|||
const window = await this.getWindow();
|
||||
|
||||
await window.evaluate(
|
||||
`window.CI.solveChallenge(${JSON.stringify(response)})`
|
||||
`window.Signal.CI.solveChallenge(${JSON.stringify(response)})`
|
||||
);
|
||||
}
|
||||
|
||||
|
@ -105,7 +105,7 @@ export class App {
|
|||
const window = await this.getWindow();
|
||||
|
||||
const result = await window.evaluate(
|
||||
`window.CI.waitForEvent(${JSON.stringify(event)})`
|
||||
`window.Signal.CI.waitForEvent(${JSON.stringify(event)})`
|
||||
);
|
||||
|
||||
return result as T;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue