chore(deps-dev): bump szepeviktor/phpstan-wordpress from 2.0.3 to 2.0.4 - #1370
Open
dependabot[bot] wants to merge 1 commit into
Open
Annotations
10 errors, 1 warning, and 1 notice
|
Run the tests:
tests/e2e/specs/gutenberg-editor.spec.js#L76
4) [chromium] › tests/e2e/specs/gutenberg-editor.spec.js:69:5 › Charts with Gutenberg Editor › check block Edit new button
TimeoutError: locator.click: Timeout 5000ms exceeded.
Call log:
- waiting for locator('div').filter({ hasText: /^Display an existing chart$/ })
74 | await editor.insertBlock( { name: 'visualizer/chart'} );
75 |
> 76 | await page.locator('div').filter({ hasText: /^Display an existing chart$/ }).click();
| ^
77 | await page.locator('.visualizer-settings__charts-controls').first().click();
78 |
79 | expect( page.getByLabel('Block: Visualizer Chart').getByText('Visualizer') ).not.toBeNull();
at /home/runner/work/visualizer/visualizer/tests/e2e/specs/gutenberg-editor.spec.js:76:86
|
|
Run the tests:
tests/e2e/specs/gutenberg-editor.spec.js#L58
3) [chromium] › tests/e2e/specs/gutenberg-editor.spec.js:52:5 › Charts with Gutenberg Editor › insert an existing chart
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 5000ms exceeded.
Call log:
- waiting for locator('div').filter({ hasText: /^Display an existing chart$/ })
56 | await admin.createNewPost();
57 | await editor.insertBlock( { name: 'visualizer/chart'} );
> 58 | await page.locator('div').filter({ hasText: /^Display an existing chart$/ }).click();
| ^
59 | await page.locator('.visualizer-settings__charts-controls').first().click();
60 |
61 | // Check if it was inserted correctly then enter view mode for the block.
at /home/runner/work/visualizer/visualizer/tests/e2e/specs/gutenberg-editor.spec.js:58:86
|
|
Run the tests:
tests/e2e/specs/gutenberg-editor.spec.js#L58
3) [chromium] › tests/e2e/specs/gutenberg-editor.spec.js:52:5 › Charts with Gutenberg Editor › insert an existing chart
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 5000ms exceeded.
Call log:
- waiting for locator('div').filter({ hasText: /^Display an existing chart$/ })
56 | await admin.createNewPost();
57 | await editor.insertBlock( { name: 'visualizer/chart'} );
> 58 | await page.locator('div').filter({ hasText: /^Display an existing chart$/ }).click();
| ^
59 | await page.locator('.visualizer-settings__charts-controls').first().click();
60 |
61 | // Check if it was inserted correctly then enter view mode for the block.
at /home/runner/work/visualizer/visualizer/tests/e2e/specs/gutenberg-editor.spec.js:58:86
|
|
Run the tests:
tests/e2e/specs/gutenberg-editor.spec.js#L58
3) [chromium] › tests/e2e/specs/gutenberg-editor.spec.js:52:5 › Charts with Gutenberg Editor › insert an existing chart
TimeoutError: locator.click: Timeout 5000ms exceeded.
Call log:
- waiting for locator('div').filter({ hasText: /^Display an existing chart$/ })
56 | await admin.createNewPost();
57 | await editor.insertBlock( { name: 'visualizer/chart'} );
> 58 | await page.locator('div').filter({ hasText: /^Display an existing chart$/ }).click();
| ^
59 | await page.locator('.visualizer-settings__charts-controls').first().click();
60 |
61 | // Check if it was inserted correctly then enter view mode for the block.
at /home/runner/work/visualizer/visualizer/tests/e2e/specs/gutenberg-editor.spec.js:58:86
|
|
Run the tests:
tests/e2e/specs/gutenberg-editor.spec.js#L35
2) [chromium] › tests/e2e/specs/gutenberg-editor.spec.js:31:5 › Charts with Gutenberg Editor › new chart creation
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: getByText('Make a new chart or display')
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByText('Make a new chart or display')
33 | await editor.insertBlock( { name: 'visualizer/chart'} );
34 |
> 35 | await expect( page.getByText('Make a new chart or display') ).toBeVisible();
| ^
36 | await expect( page.getByLabel('Editor content').locator('a') ).toBeVisible();
37 |
38 | await page.getByLabel('Editor content').locator('a').click({ force: true});
at /home/runner/work/visualizer/visualizer/tests/e2e/specs/gutenberg-editor.spec.js:35:71
|
|
Run the tests:
tests/e2e/specs/gutenberg-editor.spec.js#L35
2) [chromium] › tests/e2e/specs/gutenberg-editor.spec.js:31:5 › Charts with Gutenberg Editor › new chart creation
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: getByText('Make a new chart or display')
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByText('Make a new chart or display')
33 | await editor.insertBlock( { name: 'visualizer/chart'} );
34 |
> 35 | await expect( page.getByText('Make a new chart or display') ).toBeVisible();
| ^
36 | await expect( page.getByLabel('Editor content').locator('a') ).toBeVisible();
37 |
38 | await page.getByLabel('Editor content').locator('a').click({ force: true});
at /home/runner/work/visualizer/visualizer/tests/e2e/specs/gutenberg-editor.spec.js:35:71
|
|
Run the tests:
tests/e2e/specs/gutenberg-editor.spec.js#L35
2) [chromium] › tests/e2e/specs/gutenberg-editor.spec.js:31:5 › Charts with Gutenberg Editor › new chart creation
Error: expect(locator).toBeVisible() failed
Locator: getByText('Make a new chart or display')
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByText('Make a new chart or display')
33 | await editor.insertBlock( { name: 'visualizer/chart'} );
34 |
> 35 | await expect( page.getByText('Make a new chart or display') ).toBeVisible();
| ^
36 | await expect( page.getByLabel('Editor content').locator('a') ).toBeVisible();
37 |
38 | await page.getByLabel('Editor content').locator('a').click({ force: true});
at /home/runner/work/visualizer/visualizer/tests/e2e/specs/gutenberg-editor.spec.js:35:71
|
|
Run the tests:
tests/e2e/specs/gutenberg-editor.spec.js#L26
1) [chromium] › tests/e2e/specs/gutenberg-editor.spec.js:21:5 › Charts with Gutenberg Editor › check available action on block creation
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: getByText('Make a new chart or display')
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByText('Make a new chart or display')
24 |
25 | // Check chart selection options are available.
> 26 | await expect( page.getByText('Make a new chart or display') ).toBeVisible();
| ^
27 | await expect( page.getByLabel('Editor content').locator('a') ).toBeVisible();
28 | await expect( page.locator('div').filter({ hasText: /^Display an existing chart$/ }) ).toBeVisible();
29 | } );
at /home/runner/work/visualizer/visualizer/tests/e2e/specs/gutenberg-editor.spec.js:26:71
|
|
Run the tests:
tests/e2e/specs/gutenberg-editor.spec.js#L26
1) [chromium] › tests/e2e/specs/gutenberg-editor.spec.js:21:5 › Charts with Gutenberg Editor › check available action on block creation
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: getByText('Make a new chart or display')
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByText('Make a new chart or display')
24 |
25 | // Check chart selection options are available.
> 26 | await expect( page.getByText('Make a new chart or display') ).toBeVisible();
| ^
27 | await expect( page.getByLabel('Editor content').locator('a') ).toBeVisible();
28 | await expect( page.locator('div').filter({ hasText: /^Display an existing chart$/ }) ).toBeVisible();
29 | } );
at /home/runner/work/visualizer/visualizer/tests/e2e/specs/gutenberg-editor.spec.js:26:71
|
|
Run the tests:
tests/e2e/specs/gutenberg-editor.spec.js#L26
1) [chromium] › tests/e2e/specs/gutenberg-editor.spec.js:21:5 › Charts with Gutenberg Editor › check available action on block creation
Error: expect(locator).toBeVisible() failed
Locator: getByText('Make a new chart or display')
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByText('Make a new chart or display')
24 |
25 | // Check chart selection options are available.
> 26 | await expect( page.getByText('Make a new chart or display') ).toBeVisible();
| ^
27 | await expect( page.getByLabel('Editor content').locator('a') ).toBeVisible();
28 | await expect( page.locator('div').filter({ hasText: /^Display an existing chart$/ }) ).toBeVisible();
29 | } );
at /home/runner/work/visualizer/visualizer/tests/e2e/specs/gutenberg-editor.spec.js:26:71
|
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Run the tests
4 failed
[chromium] › tests/e2e/specs/gutenberg-editor.spec.js:21:5 › Charts with Gutenberg Editor › check available action on block creation
[chromium] › tests/e2e/specs/gutenberg-editor.spec.js:31:5 › Charts with Gutenberg Editor › new chart creation
[chromium] › tests/e2e/specs/gutenberg-editor.spec.js:52:5 › Charts with Gutenberg Editor › insert an existing chart
[chromium] › tests/e2e/specs/gutenberg-editor.spec.js:69:5 › Charts with Gutenberg Editor › check block Edit new button
53 passed (9.1m)
|
background
wait
wait-all
cancel
parallel
Loading