Add filters for excerpt and content options #638
Annotations
1 error and 1 notice
tools/e2e-utils/src/actions.ts#L33
1) [chromium] › wptelegram/settings-page-p2tg.spec.ts:292:2 › Settings > P2TG › Should verify that the rules behave as expected
TimeoutError: page.waitForResponse: Timeout 10000ms exceeded while waiting for event "response"
at ../../../tools/e2e-utils/src/actions.ts:33
31 |
32 | async waitForApiResponse(apiPath: string) {
> 33 | return await this.page.waitForResponse((resp) => {
| ^
34 | const url = resp.url();
35 |
36 | return (
at Actions.waitForApiResponse (/home/runner/work/wp-projects/wp-projects/tools/e2e-utils/src/actions.ts:33:26)
at /home/runner/work/wp-projects/wp-projects/test/e2e/specs/wptelegram/settings-page-p2tg.spec.ts:325:17
|
|
This job succeeded
Loading