Bump phpstan/phpstan from 1.12.0 to 1.12.2 #1555
Annotations
2 errors and 1 notice
Run tests:
tests/e2e/specs/settings.spec.ts#L84
1) [webkit] › settings.spec.ts:80:6 › Settings Page › should allow navigation using keyboard ─────
Error: page.goto: Page crashed
Call log:
- navigating to "http://localhost:8889/wp-admin/options-general.php", waiting until "load"
82 | page,
83 | } ) => {
> 84 | await admin.visitAdminPage( 'options-general.php' );
| ^
85 |
86 | const addButton = page.getByRole( 'button', {
87 | name: /Add to list/,
at Admin.visitAdminPage (/home/runner/work/preferred-languages/preferred-languages/node_modules/@wordpress/e2e-test-utils-playwright/src/admin/visit-admin-page.ts:23:18)
at /home/runner/work/preferred-languages/preferred-languages/tests/e2e/specs/settings.spec.ts:84:15
|
Run tests:
tests/e2e/specs/settings.spec.ts#L1
1) [webkit] › settings.spec.ts:80:6 › Settings Page › should allow navigation using keyboard ─────
Tearing down "page" exceeded the test timeout of 100000ms.
|
Run tests
1 flaky
[webkit] › settings.spec.ts:80:6 › Settings Page › should allow navigation using keyboard ──────
17 passed (2.6m)
|
Loading