Switch to Shadcn UI #617
Annotations
1 error, 1 warning, 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 following actions use a deprecated Node.js version and will be forced to run on node20: pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
|
This job succeeded
Loading