Adds debugging utilities in dev/beta environments
This commit is contained in:
parent
ac50af52d2
commit
86488b97b9
13 changed files with 73 additions and 146 deletions
|
@ -89,7 +89,7 @@ export class App {
|
|||
const window = await this.getWindow();
|
||||
|
||||
await window.evaluate(
|
||||
`window.Signal.CI.solveChallenge(${JSON.stringify(response)})`
|
||||
`window.SignalCI.solveChallenge(${JSON.stringify(response)})`
|
||||
);
|
||||
}
|
||||
|
||||
|
@ -105,7 +105,7 @@ export class App {
|
|||
const window = await this.getWindow();
|
||||
|
||||
const result = await window.evaluate(
|
||||
`window.Signal.CI.waitForEvent(${JSON.stringify(event)})`
|
||||
`window.SignalCI.waitForEvent(${JSON.stringify(event)})`
|
||||
);
|
||||
|
||||
return result as T;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue