We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 335e6d0 commit 555fe23Copy full SHA for 555fe23
packages-exp/auth-exp/test/integration/webdriver/util/auth_driver.ts
@@ -81,7 +81,7 @@ export class AuthDriver {
81
}
82
83
async callNoWait(fn: string, ...args: unknown[]): Promise<void> {
84
- return this.webDriver.executeScript(`${fn}(${PASSED_ARGS})`, ...args);
+ return this.webDriver.executeScript(`${fn}(...arguments)`, ...args);
85
86
87
async getAuthSnapshot(): Promise<Auth> {
0 commit comments