Fix svn deploy failure #177
Merged
Annotations
1 error and 1 notice
test/e2e/specs/wptelegram/settings-page-p2tg.spec.ts#L343
1) [chromium] › wptelegram/settings-page-p2tg.spec.ts:292:2 › Settings > P2TG › Should verify that the rules behave as expected
Error: expect(received).toBe(expected) // Object.is equality
Expected: 1
Received: 0
341 |
342 | // Now there should be only one option
> 343 | expect(await options.count()).toBe(1);
| ^
344 | expect(await options.first().textContent()).not.toContain(
345 | 'ABC Cat → ABC Child cat',
346 | );
at /home/runner/work/wp-projects/wp-projects/test/e2e/specs/wptelegram/settings-page-p2tg.spec.ts:343:33
|
|
The logs for this run have expired and are no longer available.
Loading