diff --git a/.github/scripts/chrome.mts b/.github/scripts/chrome.mts index b2bc3a55c5..29647723a2 100644 --- a/.github/scripts/chrome.mts +++ b/.github/scripts/chrome.mts @@ -455,7 +455,7 @@ export class PlaywrightBrowser { public waitApiResponse(path: string) { return this.page.waitForResponse((response) => { return response.url().endsWith(path) && response.request().method() === 'POST'; - }, { timeout: this.page.defaultTimeout() }); + }); } public async close() {