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:
2
.github/scripts/chrome.mts
vendored
2
.github/scripts/chrome.mts
vendored
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user