1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-07-25 17:55:06 +02:00

Update chrome.mts

This commit is contained in:
syuilo
2026-07-09 11:18:22 +09:00
parent 8df9cd5b9a
commit c6b7d44812

View File

@@ -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() {