Bump phpstan/extension-installer from 1.4.2 to 1.4.3 #1587
Annotations
4 errors and 1 notice
Run tests:
tests/e2e/specs/videos/subtitles.spec.ts#L38
1) [webkit] › videos/subtitles.spec.ts:14:6 › Videos › generates subtitles ───────────────────────
Error: Timed out 30000ms waiting for expect(locator).toHaveCount(expected)
Locator: getByRole('region', { name: 'Editor settings' }).getByRole('tabpanel', { name: 'Settings' }).getByRole('button', { name: 'Generate subtitles' })
Expected: 0
Received: 1
Call log:
- expect.toHaveCount with timeout 30000ms
- waiting for getByRole('region', { name: 'Editor settings' }).getByRole('tabpanel', { name: 'Settings' }).getByRole('button', { name: 'Generate subtitles' })
- locator resolved to 1 element
- unexpected value "1"
- locator resolved to 1 element
- unexpected value "1"
- locator resolved to 1 element
- unexpected value "1"
- locator resolved to 1 element
- unexpected value "1"
- locator resolved to 1 element
- unexpected value "1"
- locator resolved to 1 element
- unexpected value "1"
- locator resolved to 1 element
- unexpected value "1"
- locator resolved to 1 element
- unexpected value "1"
- locator resolved to 1 element
- unexpected value "1"
- locator resolved to 1 element
- unexpected value "1"
- locator resolved to 1 element
- unexpected value "1"
- locator resolved to 1 element
- unexpected value "1"
- locator resolved to 1 element
- unexpected value "1"
- locator resolved to 1 element
- unexpected value "1"
- locator resolved to 1 element
- unexpected value "1"
- locator resolved to 1 element
- unexpected value "1"
- locator resolved to 1 element
- unexpected value "1"
- locator resolved to 1 element
- unexpected value "1"
- locator resolved to 1 element
- unexpected value "1"
- locator resolved to 1 element
- unexpected value "1"
- locator resolved to 1 element
- unexpected value "1"
- locator resolved to 1 element
- unexpected value "1"
- locator resolved to 1 element
- unexpected value "1"
- locator resolved to 1 element
- unexpected value "1"
- locator resolved to 1 element
- unexpected value "1"
- locator resolved to 1 element
- unexpected value "1"
- locator resolved to 1 element
- unexpected value "1"
- locator resolved to 1 element
- unexpected value "1"
- locator resolved to 1 element
- unexpected value "1"
- locator resolved to 1 element
- unexpected value "1"
- locator resolved to 1 element
- unexpected value "1"
- locator resolved to 1 element
- unexpected value "1"
- locator resolved to 1 element
- unexpected value "1"
36 | await expect(
37 | settingsPanel.getByRole( 'button', { name: 'Generate subtitles' } )
> 38 | ).toHaveCount( 0, { timeout: 30000 } );
| ^
39 |
40 | await expect(
41 | page.getByRole( 'button', { name: 'Remove audio channel' } )
at /home/runner/work/media-experiments/media-experiments/tests/e2e/specs/videos/subtitles.spec.ts:38:5
|
Run tests:
tests/e2e/specs/images/bulk-optimization.spec.ts#L281
2) [firefox] › images/bulk-optimization.spec.ts:189:7 › Images › Bulk optimization › optimizes a single image from the list
TimeoutError: locator.getAttribute: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Editor settings' }).getByRole('button', { name: 'Media Experiments' })
279 | } );
280 | const isClosed =
> 281 | ( await mediaExperimentsPanel.getAttribute(
| ^
282 | 'aria-expanded'
283 | ) ) === 'false';
284 | // eslint-disable-next-line playwright/no-conditional-in-test
at /home/runner/work/media-experiments/media-experiments/tests/e2e/specs/images/bulk-optimization.spec.ts:281:35
|
Run tests:
tests/e2e/specs/images/cover.spec.ts#L155
3) [firefox] › images/cover.spec.ts:35:8 › Cover Block › uploads a file and allows optimizing it afterwards › uses jpeg@vips to convert to image/jpeg
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Editor settings' }).getByRole('button', { name: 'Compress' })
153 | .getByRole( 'region', { name: 'Editor settings' } )
154 | .getByRole( 'button', { name: 'Compress' } )
> 155 | .click();
| ^
156 |
157 | await expect(
158 | page
at /home/runner/work/media-experiments/media-experiments/tests/e2e/specs/images/cover.spec.ts:155:7
|
Run tests:
tests/e2e/specs/images/cover.spec.ts#L155
3) [firefox] › images/cover.spec.ts:35:8 › Cover Block › uploads a file and allows optimizing it afterwards › uses jpeg@vips to convert to image/jpeg
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Editor settings' }).getByRole('button', { name: 'Compress' })
153 | .getByRole( 'region', { name: 'Editor settings' } )
154 | .getByRole( 'button', { name: 'Compress' } )
> 155 | .click();
| ^
156 |
157 | await expect(
158 | page
at /home/runner/work/media-experiments/media-experiments/tests/e2e/specs/images/cover.spec.ts:155:7
|
Run tests
3 flaky
[webkit] › videos/subtitles.spec.ts:14:6 › Videos › generates subtitles ────────────────────────
[firefox] › images/bulk-optimization.spec.ts:189:7 › Images › Bulk optimization › optimizes a single image from the list
[firefox] › images/cover.spec.ts:35:8 › Cover Block › uploads a file and allows optimizing it afterwards › uses jpeg@vips to convert to image/jpeg
21 skipped
26 passed (7.0m)
|
Loading