Skip to content

Add caption toolbar button #781

Add caption toolbar button

Add caption toolbar button #781

Triggered via pull request October 20, 2024 12:55
Status Failure
Total duration 7m 17s
Artifacts 12

run-test.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

82 errors and 10 notices
[chromium] › specs/transform.spec.ts:321:2 › Transform from flexible table block › should be transformed to core table block keeping caption text: test/e2e/specs/transform.spec.ts#L329
1) [chromium] › specs/transform.spec.ts:321:2 › Transform from flexible table block › should be transformed to core table block keeping caption text TimeoutError: locator.click: Timeout 10000ms exceeded. Call log: - waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('textbox', { name: 'Table caption text' }) 327 | const wpVersion = await fsbUtils.getWpVersion(); 328 | await fsbUtils.createFlexibleTableBlock(); > 329 | await editor.canvas.getByRole( 'textbox', { name: 'Table caption text' } ).click(); | ^ 330 | await page.keyboard.type( 'Flexible' ); 331 | await pageUtils.pressKeys( 'shift+Enter' ); 332 | await page.keyboard.type( 'Table' ); at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/transform.spec.ts:329:78
[chromium] › specs/transform.spec.ts:321:2 › Transform from flexible table block › should be transformed to core table block keeping caption text: test/e2e/specs/transform.spec.ts#L329
1) [chromium] › specs/transform.spec.ts:321:2 › Transform from flexible table block › should be transformed to core table block keeping caption text Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.click: Timeout 10000ms exceeded. Call log: - waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('textbox', { name: 'Table caption text' }) 327 | const wpVersion = await fsbUtils.getWpVersion(); 328 | await fsbUtils.createFlexibleTableBlock(); > 329 | await editor.canvas.getByRole( 'textbox', { name: 'Table caption text' } ).click(); | ^ 330 | await page.keyboard.type( 'Flexible' ); 331 | await pageUtils.pressKeys( 'shift+Enter' ); 332 | await page.keyboard.type( 'Table' ); at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/transform.spec.ts:329:78
[chromium] › specs/transform.spec.ts:321:2 › Transform from flexible table block › should be transformed to core table block keeping caption text: test/e2e/specs/transform.spec.ts#L329
1) [chromium] › specs/transform.spec.ts:321:2 › Transform from flexible table block › should be transformed to core table block keeping caption text Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.click: Timeout 10000ms exceeded. Call log: - waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('textbox', { name: 'Table caption text' }) 327 | const wpVersion = await fsbUtils.getWpVersion(); 328 | await fsbUtils.createFlexibleTableBlock(); > 329 | await editor.canvas.getByRole( 'textbox', { name: 'Table caption text' } ).click(); | ^ 330 | await page.keyboard.type( 'Flexible' ); 331 | await pageUtils.pressKeys( 'shift+Enter' ); 332 | await page.keyboard.type( 'Table' ); at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/transform.spec.ts:329:78
[chromium] › specs/transform.spec.ts:351:2 › Transform from flexible table block › should be transformed to core table block width no option caption text: test/e2e/specs/transform.spec.ts#L360
2) [chromium] › specs/transform.spec.ts:351:2 › Transform from flexible table block › should be transformed to core table block width no option caption text TimeoutError: locator.fill: Timeout 10000ms exceeded. Call log: - waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('textbox', { name: 'Table caption text' }) 358 | await editor.canvas 359 | .getByRole( 'textbox', { name: 'Table caption text' } ) > 360 | .fill( 'Flexible Table Block' ); | ^ 361 | await editor.openDocumentSettingsSidebar(); 362 | await page 363 | .getByRole( 'region', { name: 'Editor settings' } ) at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/transform.spec.ts:360:5
[chromium] › specs/transform.spec.ts:351:2 › Transform from flexible table block › should be transformed to core table block width no option caption text: test/e2e/specs/transform.spec.ts#L360
2) [chromium] › specs/transform.spec.ts:351:2 › Transform from flexible table block › should be transformed to core table block width no option caption text Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.fill: Timeout 10000ms exceeded. Call log: - waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('textbox', { name: 'Table caption text' }) 358 | await editor.canvas 359 | .getByRole( 'textbox', { name: 'Table caption text' } ) > 360 | .fill( 'Flexible Table Block' ); | ^ 361 | await editor.openDocumentSettingsSidebar(); 362 | await page 363 | .getByRole( 'region', { name: 'Editor settings' } ) at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/transform.spec.ts:360:5
[chromium] › specs/transform.spec.ts:351:2 › Transform from flexible table block › should be transformed to core table block width no option caption text: test/e2e/specs/transform.spec.ts#L360
2) [chromium] › specs/transform.spec.ts:351:2 › Transform from flexible table block › should be transformed to core table block width no option caption text Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.fill: Timeout 10000ms exceeded. Call log: - waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('textbox', { name: 'Table caption text' }) 358 | await editor.canvas 359 | .getByRole( 'textbox', { name: 'Table caption text' } ) > 360 | .fill( 'Flexible Table Block' ); | ^ 361 | await editor.openDocumentSettingsSidebar(); 362 | await page 363 | .getByRole( 'region', { name: 'Editor settings' } ) at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/transform.spec.ts:360:5
PHP 8.3 / WordPress#6.6.2 Test
Process completed with exit code 1.
[chromium] › specs/transform.spec.ts:321:2 › Transform from flexible table block › should be transformed to core table block keeping caption text: test/e2e/specs/transform.spec.ts#L329
1) [chromium] › specs/transform.spec.ts:321:2 › Transform from flexible table block › should be transformed to core table block keeping caption text TimeoutError: locator.click: Timeout 10000ms exceeded. Call log: - waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('textbox', { name: 'Table caption text' }) 327 | const wpVersion = await fsbUtils.getWpVersion(); 328 | await fsbUtils.createFlexibleTableBlock(); > 329 | await editor.canvas.getByRole( 'textbox', { name: 'Table caption text' } ).click(); | ^ 330 | await page.keyboard.type( 'Flexible' ); 331 | await pageUtils.pressKeys( 'shift+Enter' ); 332 | await page.keyboard.type( 'Table' ); at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/transform.spec.ts:329:78
[chromium] › specs/transform.spec.ts:321:2 › Transform from flexible table block › should be transformed to core table block keeping caption text: test/e2e/specs/transform.spec.ts#L329
1) [chromium] › specs/transform.spec.ts:321:2 › Transform from flexible table block › should be transformed to core table block keeping caption text Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.click: Timeout 10000ms exceeded. Call log: - waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('textbox', { name: 'Table caption text' }) 327 | const wpVersion = await fsbUtils.getWpVersion(); 328 | await fsbUtils.createFlexibleTableBlock(); > 329 | await editor.canvas.getByRole( 'textbox', { name: 'Table caption text' } ).click(); | ^ 330 | await page.keyboard.type( 'Flexible' ); 331 | await pageUtils.pressKeys( 'shift+Enter' ); 332 | await page.keyboard.type( 'Table' ); at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/transform.spec.ts:329:78
[chromium] › specs/transform.spec.ts:321:2 › Transform from flexible table block › should be transformed to core table block keeping caption text: test/e2e/specs/transform.spec.ts#L329
1) [chromium] › specs/transform.spec.ts:321:2 › Transform from flexible table block › should be transformed to core table block keeping caption text Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.click: Timeout 10000ms exceeded. Call log: - waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('textbox', { name: 'Table caption text' }) 327 | const wpVersion = await fsbUtils.getWpVersion(); 328 | await fsbUtils.createFlexibleTableBlock(); > 329 | await editor.canvas.getByRole( 'textbox', { name: 'Table caption text' } ).click(); | ^ 330 | await page.keyboard.type( 'Flexible' ); 331 | await pageUtils.pressKeys( 'shift+Enter' ); 332 | await page.keyboard.type( 'Table' ); at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/transform.spec.ts:329:78
[chromium] › specs/transform.spec.ts:351:2 › Transform from flexible table block › should be transformed to core table block width no option caption text: test/e2e/specs/transform.spec.ts#L360
2) [chromium] › specs/transform.spec.ts:351:2 › Transform from flexible table block › should be transformed to core table block width no option caption text TimeoutError: locator.fill: Timeout 10000ms exceeded. Call log: - waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('textbox', { name: 'Table caption text' }) 358 | await editor.canvas 359 | .getByRole( 'textbox', { name: 'Table caption text' } ) > 360 | .fill( 'Flexible Table Block' ); | ^ 361 | await editor.openDocumentSettingsSidebar(); 362 | await page 363 | .getByRole( 'region', { name: 'Editor settings' } ) at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/transform.spec.ts:360:5
[chromium] › specs/transform.spec.ts:351:2 › Transform from flexible table block › should be transformed to core table block width no option caption text: test/e2e/specs/transform.spec.ts#L360
2) [chromium] › specs/transform.spec.ts:351:2 › Transform from flexible table block › should be transformed to core table block width no option caption text Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.fill: Timeout 10000ms exceeded. Call log: - waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('textbox', { name: 'Table caption text' }) 358 | await editor.canvas 359 | .getByRole( 'textbox', { name: 'Table caption text' } ) > 360 | .fill( 'Flexible Table Block' ); | ^ 361 | await editor.openDocumentSettingsSidebar(); 362 | await page 363 | .getByRole( 'region', { name: 'Editor settings' } ) at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/transform.spec.ts:360:5
[chromium] › specs/transform.spec.ts:351:2 › Transform from flexible table block › should be transformed to core table block width no option caption text: test/e2e/specs/transform.spec.ts#L360
2) [chromium] › specs/transform.spec.ts:351:2 › Transform from flexible table block › should be transformed to core table block width no option caption text Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.fill: Timeout 10000ms exceeded. Call log: - waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('textbox', { name: 'Table caption text' }) 358 | await editor.canvas 359 | .getByRole( 'textbox', { name: 'Table caption text' } ) > 360 | .fill( 'Flexible Table Block' ); | ^ 361 | await editor.openDocumentSettingsSidebar(); 362 | await page 363 | .getByRole( 'region', { name: 'Editor settings' } ) at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/transform.spec.ts:360:5
PHP 7.4 / WordPress#6.5.5 Test
Process completed with exit code 1.
PHP 8.2 / WordPress Test
The job was canceled because "_8_3_WordPress_6_6_2" failed.
[chromium] › specs/transform.spec.ts:321:2 › Transform from flexible table block › should be transformed to core table block keeping caption text: test/e2e/specs/transform.spec.ts#L329
1) [chromium] › specs/transform.spec.ts:321:2 › Transform from flexible table block › should be transformed to core table block keeping caption text TimeoutError: locator.click: Timeout 10000ms exceeded. Call log: - waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('textbox', { name: 'Table caption text' }) 327 | const wpVersion = await fsbUtils.getWpVersion(); 328 | await fsbUtils.createFlexibleTableBlock(); > 329 | await editor.canvas.getByRole( 'textbox', { name: 'Table caption text' } ).click(); | ^ 330 | await page.keyboard.type( 'Flexible' ); 331 | await pageUtils.pressKeys( 'shift+Enter' ); 332 | await page.keyboard.type( 'Table' ); at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/transform.spec.ts:329:78
[chromium] › specs/transform.spec.ts:321:2 › Transform from flexible table block › should be transformed to core table block keeping caption text: test/e2e/specs/transform.spec.ts#L329
1) [chromium] › specs/transform.spec.ts:321:2 › Transform from flexible table block › should be transformed to core table block keeping caption text Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.click: Timeout 10000ms exceeded. Call log: - waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('textbox', { name: 'Table caption text' }) 327 | const wpVersion = await fsbUtils.getWpVersion(); 328 | await fsbUtils.createFlexibleTableBlock(); > 329 | await editor.canvas.getByRole( 'textbox', { name: 'Table caption text' } ).click(); | ^ 330 | await page.keyboard.type( 'Flexible' ); 331 | await pageUtils.pressKeys( 'shift+Enter' ); 332 | await page.keyboard.type( 'Table' ); at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/transform.spec.ts:329:78
[chromium] › specs/transform.spec.ts:321:2 › Transform from flexible table block › should be transformed to core table block keeping caption text: test/e2e/specs/transform.spec.ts#L329
1) [chromium] › specs/transform.spec.ts:321:2 › Transform from flexible table block › should be transformed to core table block keeping caption text Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.click: Timeout 10000ms exceeded. Call log: - waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('textbox', { name: 'Table caption text' }) 327 | const wpVersion = await fsbUtils.getWpVersion(); 328 | await fsbUtils.createFlexibleTableBlock(); > 329 | await editor.canvas.getByRole( 'textbox', { name: 'Table caption text' } ).click(); | ^ 330 | await page.keyboard.type( 'Flexible' ); 331 | await pageUtils.pressKeys( 'shift+Enter' ); 332 | await page.keyboard.type( 'Table' ); at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/transform.spec.ts:329:78
[chromium] › specs/transform.spec.ts:351:2 › Transform from flexible table block › should be transformed to core table block width no option caption text: test/e2e/specs/transform.spec.ts#L360
2) [chromium] › specs/transform.spec.ts:351:2 › Transform from flexible table block › should be transformed to core table block width no option caption text TimeoutError: locator.fill: Timeout 10000ms exceeded. Call log: - waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('textbox', { name: 'Table caption text' }) 358 | await editor.canvas 359 | .getByRole( 'textbox', { name: 'Table caption text' } ) > 360 | .fill( 'Flexible Table Block' ); | ^ 361 | await editor.openDocumentSettingsSidebar(); 362 | await page 363 | .getByRole( 'region', { name: 'Editor settings' } ) at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/transform.spec.ts:360:5
[chromium] › specs/transform.spec.ts:351:2 › Transform from flexible table block › should be transformed to core table block width no option caption text: test/e2e/specs/transform.spec.ts#L360
2) [chromium] › specs/transform.spec.ts:351:2 › Transform from flexible table block › should be transformed to core table block width no option caption text Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.fill: Timeout 10000ms exceeded. Call log: - waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('textbox', { name: 'Table caption text' }) 358 | await editor.canvas 359 | .getByRole( 'textbox', { name: 'Table caption text' } ) > 360 | .fill( 'Flexible Table Block' ); | ^ 361 | await editor.openDocumentSettingsSidebar(); 362 | await page 363 | .getByRole( 'region', { name: 'Editor settings' } ) at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/transform.spec.ts:360:5
[chromium] › specs/transform.spec.ts:351:2 › Transform from flexible table block › should be transformed to core table block width no option caption text: test/e2e/specs/transform.spec.ts#L360
2) [chromium] › specs/transform.spec.ts:351:2 › Transform from flexible table block › should be transformed to core table block width no option caption text Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.fill: Timeout 10000ms exceeded. Call log: - waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('textbox', { name: 'Table caption text' }) 358 | await editor.canvas 359 | .getByRole( 'textbox', { name: 'Table caption text' } ) > 360 | .fill( 'Flexible Table Block' ); | ^ 361 | await editor.openDocumentSettingsSidebar(); 362 | await page 363 | .getByRole( 'region', { name: 'Editor settings' } ) at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/transform.spec.ts:360:5
PHP 8.2 / WordPress Test
Process completed with exit code 1.
PHP 8.0 / WordPress#6.6.2 Test
The job was canceled because "_8_3_WordPress_6_6_2" failed.
[chromium] › specs/transform.spec.ts:321:2 › Transform from flexible table block › should be transformed to core table block keeping caption text: test/e2e/specs/transform.spec.ts#L329
1) [chromium] › specs/transform.spec.ts:321:2 › Transform from flexible table block › should be transformed to core table block keeping caption text TimeoutError: locator.click: Timeout 10000ms exceeded. Call log: - waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('textbox', { name: 'Table caption text' }) 327 | const wpVersion = await fsbUtils.getWpVersion(); 328 | await fsbUtils.createFlexibleTableBlock(); > 329 | await editor.canvas.getByRole( 'textbox', { name: 'Table caption text' } ).click(); | ^ 330 | await page.keyboard.type( 'Flexible' ); 331 | await pageUtils.pressKeys( 'shift+Enter' ); 332 | await page.keyboard.type( 'Table' ); at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/transform.spec.ts:329:78
[chromium] › specs/transform.spec.ts:321:2 › Transform from flexible table block › should be transformed to core table block keeping caption text: test/e2e/specs/transform.spec.ts#L329
1) [chromium] › specs/transform.spec.ts:321:2 › Transform from flexible table block › should be transformed to core table block keeping caption text Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.click: Timeout 10000ms exceeded. Call log: - waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('textbox', { name: 'Table caption text' }) 327 | const wpVersion = await fsbUtils.getWpVersion(); 328 | await fsbUtils.createFlexibleTableBlock(); > 329 | await editor.canvas.getByRole( 'textbox', { name: 'Table caption text' } ).click(); | ^ 330 | await page.keyboard.type( 'Flexible' ); 331 | await pageUtils.pressKeys( 'shift+Enter' ); 332 | await page.keyboard.type( 'Table' ); at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/transform.spec.ts:329:78
[chromium] › specs/transform.spec.ts:321:2 › Transform from flexible table block › should be transformed to core table block keeping caption text: test/e2e/specs/transform.spec.ts#L329
1) [chromium] › specs/transform.spec.ts:321:2 › Transform from flexible table block › should be transformed to core table block keeping caption text Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.click: Timeout 10000ms exceeded. Call log: - waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('textbox', { name: 'Table caption text' }) 327 | const wpVersion = await fsbUtils.getWpVersion(); 328 | await fsbUtils.createFlexibleTableBlock(); > 329 | await editor.canvas.getByRole( 'textbox', { name: 'Table caption text' } ).click(); | ^ 330 | await page.keyboard.type( 'Flexible' ); 331 | await pageUtils.pressKeys( 'shift+Enter' ); 332 | await page.keyboard.type( 'Table' ); at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/transform.spec.ts:329:78
[chromium] › specs/transform.spec.ts:351:2 › Transform from flexible table block › should be transformed to core table block width no option caption text: test/e2e/specs/transform.spec.ts#L360
2) [chromium] › specs/transform.spec.ts:351:2 › Transform from flexible table block › should be transformed to core table block width no option caption text TimeoutError: locator.fill: Timeout 10000ms exceeded. Call log: - waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('textbox', { name: 'Table caption text' }) 358 | await editor.canvas 359 | .getByRole( 'textbox', { name: 'Table caption text' } ) > 360 | .fill( 'Flexible Table Block' ); | ^ 361 | await editor.openDocumentSettingsSidebar(); 362 | await page 363 | .getByRole( 'region', { name: 'Editor settings' } ) at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/transform.spec.ts:360:5
[chromium] › specs/transform.spec.ts:351:2 › Transform from flexible table block › should be transformed to core table block width no option caption text: test/e2e/specs/transform.spec.ts#L360
2) [chromium] › specs/transform.spec.ts:351:2 › Transform from flexible table block › should be transformed to core table block width no option caption text Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.fill: Timeout 10000ms exceeded. Call log: - waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('textbox', { name: 'Table caption text' }) 358 | await editor.canvas 359 | .getByRole( 'textbox', { name: 'Table caption text' } ) > 360 | .fill( 'Flexible Table Block' ); | ^ 361 | await editor.openDocumentSettingsSidebar(); 362 | await page 363 | .getByRole( 'region', { name: 'Editor settings' } ) at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/transform.spec.ts:360:5
[chromium] › specs/transform.spec.ts:351:2 › Transform from flexible table block › should be transformed to core table block width no option caption text: test/e2e/specs/transform.spec.ts#L360
2) [chromium] › specs/transform.spec.ts:351:2 › Transform from flexible table block › should be transformed to core table block width no option caption text Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.fill: Timeout 10000ms exceeded. Call log: - waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('textbox', { name: 'Table caption text' }) 358 | await editor.canvas 359 | .getByRole( 'textbox', { name: 'Table caption text' } ) > 360 | .fill( 'Flexible Table Block' ); | ^ 361 | await editor.openDocumentSettingsSidebar(); 362 | await page 363 | .getByRole( 'region', { name: 'Editor settings' } ) at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/transform.spec.ts:360:5
PHP 8.0 / WordPress#6.6.2 Test
The operation was canceled.
PHP 8.0 / WordPress#6.5.5 Test
The job was canceled because "_8_3_WordPress_6_6_2" failed.
[chromium] › specs/transform.spec.ts:321:2 › Transform from flexible table block › should be transformed to core table block keeping caption text: test/e2e/specs/transform.spec.ts#L329
1) [chromium] › specs/transform.spec.ts:321:2 › Transform from flexible table block › should be transformed to core table block keeping caption text TimeoutError: locator.click: Timeout 10000ms exceeded. Call log: - waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('textbox', { name: 'Table caption text' }) 327 | const wpVersion = await fsbUtils.getWpVersion(); 328 | await fsbUtils.createFlexibleTableBlock(); > 329 | await editor.canvas.getByRole( 'textbox', { name: 'Table caption text' } ).click(); | ^ 330 | await page.keyboard.type( 'Flexible' ); 331 | await pageUtils.pressKeys( 'shift+Enter' ); 332 | await page.keyboard.type( 'Table' ); at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/transform.spec.ts:329:78
[chromium] › specs/transform.spec.ts:321:2 › Transform from flexible table block › should be transformed to core table block keeping caption text: test/e2e/specs/transform.spec.ts#L329
1) [chromium] › specs/transform.spec.ts:321:2 › Transform from flexible table block › should be transformed to core table block keeping caption text Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.click: Timeout 10000ms exceeded. Call log: - waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('textbox', { name: 'Table caption text' }) 327 | const wpVersion = await fsbUtils.getWpVersion(); 328 | await fsbUtils.createFlexibleTableBlock(); > 329 | await editor.canvas.getByRole( 'textbox', { name: 'Table caption text' } ).click(); | ^ 330 | await page.keyboard.type( 'Flexible' ); 331 | await pageUtils.pressKeys( 'shift+Enter' ); 332 | await page.keyboard.type( 'Table' ); at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/transform.spec.ts:329:78
[chromium] › specs/transform.spec.ts:321:2 › Transform from flexible table block › should be transformed to core table block keeping caption text: test/e2e/specs/transform.spec.ts#L329
1) [chromium] › specs/transform.spec.ts:321:2 › Transform from flexible table block › should be transformed to core table block keeping caption text Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.click: Timeout 10000ms exceeded. Call log: - waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('textbox', { name: 'Table caption text' }) 327 | const wpVersion = await fsbUtils.getWpVersion(); 328 | await fsbUtils.createFlexibleTableBlock(); > 329 | await editor.canvas.getByRole( 'textbox', { name: 'Table caption text' } ).click(); | ^ 330 | await page.keyboard.type( 'Flexible' ); 331 | await pageUtils.pressKeys( 'shift+Enter' ); 332 | await page.keyboard.type( 'Table' ); at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/transform.spec.ts:329:78
[chromium] › specs/transform.spec.ts:351:2 › Transform from flexible table block › should be transformed to core table block width no option caption text: test/e2e/specs/transform.spec.ts#L360
2) [chromium] › specs/transform.spec.ts:351:2 › Transform from flexible table block › should be transformed to core table block width no option caption text TimeoutError: locator.fill: Timeout 10000ms exceeded. Call log: - waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('textbox', { name: 'Table caption text' }) 358 | await editor.canvas 359 | .getByRole( 'textbox', { name: 'Table caption text' } ) > 360 | .fill( 'Flexible Table Block' ); | ^ 361 | await editor.openDocumentSettingsSidebar(); 362 | await page 363 | .getByRole( 'region', { name: 'Editor settings' } ) at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/transform.spec.ts:360:5
[chromium] › specs/transform.spec.ts:351:2 › Transform from flexible table block › should be transformed to core table block width no option caption text: test/e2e/specs/transform.spec.ts#L360
2) [chromium] › specs/transform.spec.ts:351:2 › Transform from flexible table block › should be transformed to core table block width no option caption text Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.fill: Timeout 10000ms exceeded. Call log: - waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('textbox', { name: 'Table caption text' }) 358 | await editor.canvas 359 | .getByRole( 'textbox', { name: 'Table caption text' } ) > 360 | .fill( 'Flexible Table Block' ); | ^ 361 | await editor.openDocumentSettingsSidebar(); 362 | await page 363 | .getByRole( 'region', { name: 'Editor settings' } ) at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/transform.spec.ts:360:5
[chromium] › specs/transform.spec.ts:351:2 › Transform from flexible table block › should be transformed to core table block width no option caption text: test/e2e/specs/transform.spec.ts#L360
2) [chromium] › specs/transform.spec.ts:351:2 › Transform from flexible table block › should be transformed to core table block width no option caption text Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.fill: Timeout 10000ms exceeded. Call log: - waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('textbox', { name: 'Table caption text' }) 358 | await editor.canvas 359 | .getByRole( 'textbox', { name: 'Table caption text' } ) > 360 | .fill( 'Flexible Table Block' ); | ^ 361 | await editor.openDocumentSettingsSidebar(); 362 | await page 363 | .getByRole( 'region', { name: 'Editor settings' } ) at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/transform.spec.ts:360:5
PHP 8.0 / WordPress#6.5.5 Test
The operation was canceled.
PHP 8.0 / WordPress Test
The job was canceled because "_8_3_WordPress_6_6_2" failed.
[chromium] › specs/transform.spec.ts:321:2 › Transform from flexible table block › should be transformed to core table block keeping caption text: test/e2e/specs/transform.spec.ts#L329
1) [chromium] › specs/transform.spec.ts:321:2 › Transform from flexible table block › should be transformed to core table block keeping caption text TimeoutError: locator.click: Timeout 10000ms exceeded. Call log: - waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('textbox', { name: 'Table caption text' }) 327 | const wpVersion = await fsbUtils.getWpVersion(); 328 | await fsbUtils.createFlexibleTableBlock(); > 329 | await editor.canvas.getByRole( 'textbox', { name: 'Table caption text' } ).click(); | ^ 330 | await page.keyboard.type( 'Flexible' ); 331 | await pageUtils.pressKeys( 'shift+Enter' ); 332 | await page.keyboard.type( 'Table' ); at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/transform.spec.ts:329:78
[chromium] › specs/transform.spec.ts:321:2 › Transform from flexible table block › should be transformed to core table block keeping caption text: test/e2e/specs/transform.spec.ts#L329
1) [chromium] › specs/transform.spec.ts:321:2 › Transform from flexible table block › should be transformed to core table block keeping caption text Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.click: Timeout 10000ms exceeded. Call log: - waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('textbox', { name: 'Table caption text' }) 327 | const wpVersion = await fsbUtils.getWpVersion(); 328 | await fsbUtils.createFlexibleTableBlock(); > 329 | await editor.canvas.getByRole( 'textbox', { name: 'Table caption text' } ).click(); | ^ 330 | await page.keyboard.type( 'Flexible' ); 331 | await pageUtils.pressKeys( 'shift+Enter' ); 332 | await page.keyboard.type( 'Table' ); at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/transform.spec.ts:329:78
[chromium] › specs/transform.spec.ts:321:2 › Transform from flexible table block › should be transformed to core table block keeping caption text: test/e2e/specs/transform.spec.ts#L329
1) [chromium] › specs/transform.spec.ts:321:2 › Transform from flexible table block › should be transformed to core table block keeping caption text Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.click: Timeout 10000ms exceeded. Call log: - waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('textbox', { name: 'Table caption text' }) 327 | const wpVersion = await fsbUtils.getWpVersion(); 328 | await fsbUtils.createFlexibleTableBlock(); > 329 | await editor.canvas.getByRole( 'textbox', { name: 'Table caption text' } ).click(); | ^ 330 | await page.keyboard.type( 'Flexible' ); 331 | await pageUtils.pressKeys( 'shift+Enter' ); 332 | await page.keyboard.type( 'Table' ); at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/transform.spec.ts:329:78
[chromium] › specs/transform.spec.ts:351:2 › Transform from flexible table block › should be transformed to core table block width no option caption text: test/e2e/specs/transform.spec.ts#L360
2) [chromium] › specs/transform.spec.ts:351:2 › Transform from flexible table block › should be transformed to core table block width no option caption text TimeoutError: locator.fill: Timeout 10000ms exceeded. Call log: - waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('textbox', { name: 'Table caption text' }) 358 | await editor.canvas 359 | .getByRole( 'textbox', { name: 'Table caption text' } ) > 360 | .fill( 'Flexible Table Block' ); | ^ 361 | await editor.openDocumentSettingsSidebar(); 362 | await page 363 | .getByRole( 'region', { name: 'Editor settings' } ) at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/transform.spec.ts:360:5
[chromium] › specs/transform.spec.ts:351:2 › Transform from flexible table block › should be transformed to core table block width no option caption text: test/e2e/specs/transform.spec.ts#L360
2) [chromium] › specs/transform.spec.ts:351:2 › Transform from flexible table block › should be transformed to core table block width no option caption text Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.fill: Timeout 10000ms exceeded. Call log: - waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('textbox', { name: 'Table caption text' }) 358 | await editor.canvas 359 | .getByRole( 'textbox', { name: 'Table caption text' } ) > 360 | .fill( 'Flexible Table Block' ); | ^ 361 | await editor.openDocumentSettingsSidebar(); 362 | await page 363 | .getByRole( 'region', { name: 'Editor settings' } ) at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/transform.spec.ts:360:5
[chromium] › specs/transform.spec.ts:351:2 › Transform from flexible table block › should be transformed to core table block width no option caption text: test/e2e/specs/transform.spec.ts#L360
2) [chromium] › specs/transform.spec.ts:351:2 › Transform from flexible table block › should be transformed to core table block width no option caption text Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.fill: Timeout 10000ms exceeded. Call log: - waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('textbox', { name: 'Table caption text' }) 358 | await editor.canvas 359 | .getByRole( 'textbox', { name: 'Table caption text' } ) > 360 | .fill( 'Flexible Table Block' ); | ^ 361 | await editor.openDocumentSettingsSidebar(); 362 | await page 363 | .getByRole( 'region', { name: 'Editor settings' } ) at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/transform.spec.ts:360:5
PHP 8.0 / WordPress Test
The operation was canceled.
PHP 8.3 / WordPress Test
The job was canceled because "_8_3_WordPress_6_6_2" failed.
[chromium] › specs/transform.spec.ts:321:2 › Transform from flexible table block › should be transformed to core table block keeping caption text: test/e2e/specs/transform.spec.ts#L329
1) [chromium] › specs/transform.spec.ts:321:2 › Transform from flexible table block › should be transformed to core table block keeping caption text TimeoutError: locator.click: Timeout 10000ms exceeded. Call log: - waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('textbox', { name: 'Table caption text' }) 327 | const wpVersion = await fsbUtils.getWpVersion(); 328 | await fsbUtils.createFlexibleTableBlock(); > 329 | await editor.canvas.getByRole( 'textbox', { name: 'Table caption text' } ).click(); | ^ 330 | await page.keyboard.type( 'Flexible' ); 331 | await pageUtils.pressKeys( 'shift+Enter' ); 332 | await page.keyboard.type( 'Table' ); at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/transform.spec.ts:329:78
[chromium] › specs/transform.spec.ts:321:2 › Transform from flexible table block › should be transformed to core table block keeping caption text: test/e2e/specs/transform.spec.ts#L329
1) [chromium] › specs/transform.spec.ts:321:2 › Transform from flexible table block › should be transformed to core table block keeping caption text Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.click: Timeout 10000ms exceeded. Call log: - waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('textbox', { name: 'Table caption text' }) 327 | const wpVersion = await fsbUtils.getWpVersion(); 328 | await fsbUtils.createFlexibleTableBlock(); > 329 | await editor.canvas.getByRole( 'textbox', { name: 'Table caption text' } ).click(); | ^ 330 | await page.keyboard.type( 'Flexible' ); 331 | await pageUtils.pressKeys( 'shift+Enter' ); 332 | await page.keyboard.type( 'Table' ); at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/transform.spec.ts:329:78
[chromium] › specs/transform.spec.ts:321:2 › Transform from flexible table block › should be transformed to core table block keeping caption text: test/e2e/specs/transform.spec.ts#L329
1) [chromium] › specs/transform.spec.ts:321:2 › Transform from flexible table block › should be transformed to core table block keeping caption text Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.click: Timeout 10000ms exceeded. Call log: - waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('textbox', { name: 'Table caption text' }) 327 | const wpVersion = await fsbUtils.getWpVersion(); 328 | await fsbUtils.createFlexibleTableBlock(); > 329 | await editor.canvas.getByRole( 'textbox', { name: 'Table caption text' } ).click(); | ^ 330 | await page.keyboard.type( 'Flexible' ); 331 | await pageUtils.pressKeys( 'shift+Enter' ); 332 | await page.keyboard.type( 'Table' ); at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/transform.spec.ts:329:78
[chromium] › specs/transform.spec.ts:351:2 › Transform from flexible table block › should be transformed to core table block width no option caption text: test/e2e/specs/transform.spec.ts#L360
2) [chromium] › specs/transform.spec.ts:351:2 › Transform from flexible table block › should be transformed to core table block width no option caption text TimeoutError: locator.fill: Timeout 10000ms exceeded. Call log: - waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('textbox', { name: 'Table caption text' }) 358 | await editor.canvas 359 | .getByRole( 'textbox', { name: 'Table caption text' } ) > 360 | .fill( 'Flexible Table Block' ); | ^ 361 | await editor.openDocumentSettingsSidebar(); 362 | await page 363 | .getByRole( 'region', { name: 'Editor settings' } ) at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/transform.spec.ts:360:5
[chromium] › specs/transform.spec.ts:351:2 › Transform from flexible table block › should be transformed to core table block width no option caption text: test/e2e/specs/transform.spec.ts#L360
2) [chromium] › specs/transform.spec.ts:351:2 › Transform from flexible table block › should be transformed to core table block width no option caption text Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.fill: Timeout 10000ms exceeded. Call log: - waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('textbox', { name: 'Table caption text' }) 358 | await editor.canvas 359 | .getByRole( 'textbox', { name: 'Table caption text' } ) > 360 | .fill( 'Flexible Table Block' ); | ^ 361 | await editor.openDocumentSettingsSidebar(); 362 | await page 363 | .getByRole( 'region', { name: 'Editor settings' } ) at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/transform.spec.ts:360:5
[chromium] › specs/transform.spec.ts:351:2 › Transform from flexible table block › should be transformed to core table block width no option caption text: test/e2e/specs/transform.spec.ts#L360
2) [chromium] › specs/transform.spec.ts:351:2 › Transform from flexible table block › should be transformed to core table block width no option caption text Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.fill: Timeout 10000ms exceeded. Call log: - waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('textbox', { name: 'Table caption text' }) 358 | await editor.canvas 359 | .getByRole( 'textbox', { name: 'Table caption text' } ) > 360 | .fill( 'Flexible Table Block' ); | ^ 361 | await editor.openDocumentSettingsSidebar(); 362 | await page 363 | .getByRole( 'region', { name: 'Editor settings' } ) at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/transform.spec.ts:360:5
PHP 8.3 / WordPress Test
The operation was canceled.
PHP 8.3 / WordPress#6.5.5 Test
The job was canceled because "_8_3_WordPress_6_6_2" failed.
[chromium] › specs/transform.spec.ts:321:2 › Transform from flexible table block › should be transformed to core table block keeping caption text: test/e2e/specs/transform.spec.ts#L329
1) [chromium] › specs/transform.spec.ts:321:2 › Transform from flexible table block › should be transformed to core table block keeping caption text TimeoutError: locator.click: Timeout 10000ms exceeded. Call log: - waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('textbox', { name: 'Table caption text' }) 327 | const wpVersion = await fsbUtils.getWpVersion(); 328 | await fsbUtils.createFlexibleTableBlock(); > 329 | await editor.canvas.getByRole( 'textbox', { name: 'Table caption text' } ).click(); | ^ 330 | await page.keyboard.type( 'Flexible' ); 331 | await pageUtils.pressKeys( 'shift+Enter' ); 332 | await page.keyboard.type( 'Table' ); at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/transform.spec.ts:329:78
[chromium] › specs/transform.spec.ts:321:2 › Transform from flexible table block › should be transformed to core table block keeping caption text: test/e2e/specs/transform.spec.ts#L329
1) [chromium] › specs/transform.spec.ts:321:2 › Transform from flexible table block › should be transformed to core table block keeping caption text Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.click: Timeout 10000ms exceeded. Call log: - waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('textbox', { name: 'Table caption text' }) 327 | const wpVersion = await fsbUtils.getWpVersion(); 328 | await fsbUtils.createFlexibleTableBlock(); > 329 | await editor.canvas.getByRole( 'textbox', { name: 'Table caption text' } ).click(); | ^ 330 | await page.keyboard.type( 'Flexible' ); 331 | await pageUtils.pressKeys( 'shift+Enter' ); 332 | await page.keyboard.type( 'Table' ); at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/transform.spec.ts:329:78
[chromium] › specs/transform.spec.ts:321:2 › Transform from flexible table block › should be transformed to core table block keeping caption text: test/e2e/specs/transform.spec.ts#L329
1) [chromium] › specs/transform.spec.ts:321:2 › Transform from flexible table block › should be transformed to core table block keeping caption text Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.click: Timeout 10000ms exceeded. Call log: - waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('textbox', { name: 'Table caption text' }) 327 | const wpVersion = await fsbUtils.getWpVersion(); 328 | await fsbUtils.createFlexibleTableBlock(); > 329 | await editor.canvas.getByRole( 'textbox', { name: 'Table caption text' } ).click(); | ^ 330 | await page.keyboard.type( 'Flexible' ); 331 | await pageUtils.pressKeys( 'shift+Enter' ); 332 | await page.keyboard.type( 'Table' ); at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/transform.spec.ts:329:78
[chromium] › specs/transform.spec.ts:351:2 › Transform from flexible table block › should be transformed to core table block width no option caption text: test/e2e/specs/transform.spec.ts#L360
2) [chromium] › specs/transform.spec.ts:351:2 › Transform from flexible table block › should be transformed to core table block width no option caption text TimeoutError: locator.fill: Timeout 10000ms exceeded. Call log: - waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('textbox', { name: 'Table caption text' }) 358 | await editor.canvas 359 | .getByRole( 'textbox', { name: 'Table caption text' } ) > 360 | .fill( 'Flexible Table Block' ); | ^ 361 | await editor.openDocumentSettingsSidebar(); 362 | await page 363 | .getByRole( 'region', { name: 'Editor settings' } ) at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/transform.spec.ts:360:5
[chromium] › specs/transform.spec.ts:351:2 › Transform from flexible table block › should be transformed to core table block width no option caption text: test/e2e/specs/transform.spec.ts#L360
2) [chromium] › specs/transform.spec.ts:351:2 › Transform from flexible table block › should be transformed to core table block width no option caption text Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.fill: Timeout 10000ms exceeded. Call log: - waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('textbox', { name: 'Table caption text' }) 358 | await editor.canvas 359 | .getByRole( 'textbox', { name: 'Table caption text' } ) > 360 | .fill( 'Flexible Table Block' ); | ^ 361 | await editor.openDocumentSettingsSidebar(); 362 | await page 363 | .getByRole( 'region', { name: 'Editor settings' } ) at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/transform.spec.ts:360:5
[chromium] › specs/transform.spec.ts:351:2 › Transform from flexible table block › should be transformed to core table block width no option caption text: test/e2e/specs/transform.spec.ts#L360
2) [chromium] › specs/transform.spec.ts:351:2 › Transform from flexible table block › should be transformed to core table block width no option caption text Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.fill: Timeout 10000ms exceeded. Call log: - waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('textbox', { name: 'Table caption text' }) 358 | await editor.canvas 359 | .getByRole( 'textbox', { name: 'Table caption text' } ) > 360 | .fill( 'Flexible Table Block' ); | ^ 361 | await editor.openDocumentSettingsSidebar(); 362 | await page 363 | .getByRole( 'region', { name: 'Editor settings' } ) at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/transform.spec.ts:360:5
PHP 8.3 / WordPress#6.5.5 Test
The operation was canceled.
PHP 7.4 / WordPress#6.6.2 Test
The job was canceled because "_8_3_WordPress_6_6_2" failed.
[chromium] › specs/transform.spec.ts:321:2 › Transform from flexible table block › should be transformed to core table block keeping caption text: test/e2e/specs/transform.spec.ts#L329
1) [chromium] › specs/transform.spec.ts:321:2 › Transform from flexible table block › should be transformed to core table block keeping caption text TimeoutError: locator.click: Timeout 10000ms exceeded. Call log: - waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('textbox', { name: 'Table caption text' }) 327 | const wpVersion = await fsbUtils.getWpVersion(); 328 | await fsbUtils.createFlexibleTableBlock(); > 329 | await editor.canvas.getByRole( 'textbox', { name: 'Table caption text' } ).click(); | ^ 330 | await page.keyboard.type( 'Flexible' ); 331 | await pageUtils.pressKeys( 'shift+Enter' ); 332 | await page.keyboard.type( 'Table' ); at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/transform.spec.ts:329:78
[chromium] › specs/transform.spec.ts:321:2 › Transform from flexible table block › should be transformed to core table block keeping caption text: test/e2e/specs/transform.spec.ts#L329
1) [chromium] › specs/transform.spec.ts:321:2 › Transform from flexible table block › should be transformed to core table block keeping caption text Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.click: Timeout 10000ms exceeded. Call log: - waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('textbox', { name: 'Table caption text' }) 327 | const wpVersion = await fsbUtils.getWpVersion(); 328 | await fsbUtils.createFlexibleTableBlock(); > 329 | await editor.canvas.getByRole( 'textbox', { name: 'Table caption text' } ).click(); | ^ 330 | await page.keyboard.type( 'Flexible' ); 331 | await pageUtils.pressKeys( 'shift+Enter' ); 332 | await page.keyboard.type( 'Table' ); at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/transform.spec.ts:329:78
[chromium] › specs/transform.spec.ts:321:2 › Transform from flexible table block › should be transformed to core table block keeping caption text: test/e2e/specs/transform.spec.ts#L329
1) [chromium] › specs/transform.spec.ts:321:2 › Transform from flexible table block › should be transformed to core table block keeping caption text Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.click: Timeout 10000ms exceeded. Call log: - waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('textbox', { name: 'Table caption text' }) 327 | const wpVersion = await fsbUtils.getWpVersion(); 328 | await fsbUtils.createFlexibleTableBlock(); > 329 | await editor.canvas.getByRole( 'textbox', { name: 'Table caption text' } ).click(); | ^ 330 | await page.keyboard.type( 'Flexible' ); 331 | await pageUtils.pressKeys( 'shift+Enter' ); 332 | await page.keyboard.type( 'Table' ); at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/transform.spec.ts:329:78
[chromium] › specs/transform.spec.ts:351:2 › Transform from flexible table block › should be transformed to core table block width no option caption text: test/e2e/specs/transform.spec.ts#L360
2) [chromium] › specs/transform.spec.ts:351:2 › Transform from flexible table block › should be transformed to core table block width no option caption text TimeoutError: locator.fill: Timeout 10000ms exceeded. Call log: - waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('textbox', { name: 'Table caption text' }) 358 | await editor.canvas 359 | .getByRole( 'textbox', { name: 'Table caption text' } ) > 360 | .fill( 'Flexible Table Block' ); | ^ 361 | await editor.openDocumentSettingsSidebar(); 362 | await page 363 | .getByRole( 'region', { name: 'Editor settings' } ) at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/transform.spec.ts:360:5
[chromium] › specs/transform.spec.ts:351:2 › Transform from flexible table block › should be transformed to core table block width no option caption text: test/e2e/specs/transform.spec.ts#L360
2) [chromium] › specs/transform.spec.ts:351:2 › Transform from flexible table block › should be transformed to core table block width no option caption text Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.fill: Timeout 10000ms exceeded. Call log: - waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('textbox', { name: 'Table caption text' }) 358 | await editor.canvas 359 | .getByRole( 'textbox', { name: 'Table caption text' } ) > 360 | .fill( 'Flexible Table Block' ); | ^ 361 | await editor.openDocumentSettingsSidebar(); 362 | await page 363 | .getByRole( 'region', { name: 'Editor settings' } ) at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/transform.spec.ts:360:5
[chromium] › specs/transform.spec.ts:351:2 › Transform from flexible table block › should be transformed to core table block width no option caption text: test/e2e/specs/transform.spec.ts#L360
2) [chromium] › specs/transform.spec.ts:351:2 › Transform from flexible table block › should be transformed to core table block width no option caption text Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.fill: Timeout 10000ms exceeded. Call log: - waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('textbox', { name: 'Table caption text' }) 358 | await editor.canvas 359 | .getByRole( 'textbox', { name: 'Table caption text' } ) > 360 | .fill( 'Flexible Table Block' ); | ^ 361 | await editor.openDocumentSettingsSidebar(); 362 | await page 363 | .getByRole( 'region', { name: 'Editor settings' } ) at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/transform.spec.ts:360:5
PHP 7.4 / WordPress#6.6.2 Test
The operation was canceled.
PHP 8.2 / WordPress#6.6.2 Test
The job was canceled because "_8_3_WordPress_6_6_2" failed.
[chromium] › specs/transform.spec.ts:321:2 › Transform from flexible table block › should be transformed to core table block keeping caption text: test/e2e/specs/transform.spec.ts#L329
1) [chromium] › specs/transform.spec.ts:321:2 › Transform from flexible table block › should be transformed to core table block keeping caption text TimeoutError: locator.click: Timeout 10000ms exceeded. Call log: - waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('textbox', { name: 'Table caption text' }) 327 | const wpVersion = await fsbUtils.getWpVersion(); 328 | await fsbUtils.createFlexibleTableBlock(); > 329 | await editor.canvas.getByRole( 'textbox', { name: 'Table caption text' } ).click(); | ^ 330 | await page.keyboard.type( 'Flexible' ); 331 | await pageUtils.pressKeys( 'shift+Enter' ); 332 | await page.keyboard.type( 'Table' ); at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/transform.spec.ts:329:78
[chromium] › specs/transform.spec.ts:321:2 › Transform from flexible table block › should be transformed to core table block keeping caption text: test/e2e/specs/transform.spec.ts#L329
1) [chromium] › specs/transform.spec.ts:321:2 › Transform from flexible table block › should be transformed to core table block keeping caption text Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.click: Timeout 10000ms exceeded. Call log: - waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('textbox', { name: 'Table caption text' }) 327 | const wpVersion = await fsbUtils.getWpVersion(); 328 | await fsbUtils.createFlexibleTableBlock(); > 329 | await editor.canvas.getByRole( 'textbox', { name: 'Table caption text' } ).click(); | ^ 330 | await page.keyboard.type( 'Flexible' ); 331 | await pageUtils.pressKeys( 'shift+Enter' ); 332 | await page.keyboard.type( 'Table' ); at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/transform.spec.ts:329:78
[chromium] › specs/transform.spec.ts:321:2 › Transform from flexible table block › should be transformed to core table block keeping caption text: test/e2e/specs/transform.spec.ts#L329
1) [chromium] › specs/transform.spec.ts:321:2 › Transform from flexible table block › should be transformed to core table block keeping caption text Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.click: Timeout 10000ms exceeded. Call log: - waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('textbox', { name: 'Table caption text' }) 327 | const wpVersion = await fsbUtils.getWpVersion(); 328 | await fsbUtils.createFlexibleTableBlock(); > 329 | await editor.canvas.getByRole( 'textbox', { name: 'Table caption text' } ).click(); | ^ 330 | await page.keyboard.type( 'Flexible' ); 331 | await pageUtils.pressKeys( 'shift+Enter' ); 332 | await page.keyboard.type( 'Table' ); at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/transform.spec.ts:329:78
[chromium] › specs/transform.spec.ts:351:2 › Transform from flexible table block › should be transformed to core table block width no option caption text: test/e2e/specs/transform.spec.ts#L360
2) [chromium] › specs/transform.spec.ts:351:2 › Transform from flexible table block › should be transformed to core table block width no option caption text TimeoutError: locator.fill: Timeout 10000ms exceeded. Call log: - waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('textbox', { name: 'Table caption text' }) 358 | await editor.canvas 359 | .getByRole( 'textbox', { name: 'Table caption text' } ) > 360 | .fill( 'Flexible Table Block' ); | ^ 361 | await editor.openDocumentSettingsSidebar(); 362 | await page 363 | .getByRole( 'region', { name: 'Editor settings' } ) at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/transform.spec.ts:360:5
[chromium] › specs/transform.spec.ts:351:2 › Transform from flexible table block › should be transformed to core table block width no option caption text: test/e2e/specs/transform.spec.ts#L360
2) [chromium] › specs/transform.spec.ts:351:2 › Transform from flexible table block › should be transformed to core table block width no option caption text Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.fill: Timeout 10000ms exceeded. Call log: - waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('textbox', { name: 'Table caption text' }) 358 | await editor.canvas 359 | .getByRole( 'textbox', { name: 'Table caption text' } ) > 360 | .fill( 'Flexible Table Block' ); | ^ 361 | await editor.openDocumentSettingsSidebar(); 362 | await page 363 | .getByRole( 'region', { name: 'Editor settings' } ) at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/transform.spec.ts:360:5
[chromium] › specs/transform.spec.ts:351:2 › Transform from flexible table block › should be transformed to core table block width no option caption text: test/e2e/specs/transform.spec.ts#L360
2) [chromium] › specs/transform.spec.ts:351:2 › Transform from flexible table block › should be transformed to core table block width no option caption text Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.fill: Timeout 10000ms exceeded. Call log: - waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('textbox', { name: 'Table caption text' }) 358 | await editor.canvas 359 | .getByRole( 'textbox', { name: 'Table caption text' } ) > 360 | .fill( 'Flexible Table Block' ); | ^ 361 | await editor.openDocumentSettingsSidebar(); 362 | await page 363 | .getByRole( 'region', { name: 'Editor settings' } ) at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/transform.spec.ts:360:5
PHP 8.2 / WordPress#6.6.2 Test
The operation was canceled.
PHP 7.4 / WordPress Test
The job was canceled because "_8_3_WordPress_6_6_2" failed.
PHP 7.4 / WordPress Test
The operation was canceled.
PHP 8.2 / WordPress#6.5.5 Test
The job was canceled because "_8_3_WordPress_6_6_2" failed.
PHP 8.2 / WordPress#6.5.5 Test
The operation was canceled.
🎭 Playwright Run Summary
2 failed [chromium] › specs/transform.spec.ts:321:2 › Transform from flexible table block › should be transformed to core table block keeping caption text [chromium] › specs/transform.spec.ts:351:2 › Transform from flexible table block › should be transformed to core table block width no option caption text 3 skipped 32 passed (3.7m)
🎭 Playwright Run Summary
2 failed [chromium] › specs/transform.spec.ts:321:2 › Transform from flexible table block › should be transformed to core table block keeping caption text [chromium] › specs/transform.spec.ts:351:2 › Transform from flexible table block › should be transformed to core table block width no option caption text 3 skipped 32 passed (3.7m)
🎭 Playwright Run Summary
2 failed [chromium] › specs/transform.spec.ts:321:2 › Transform from flexible table block › should be transformed to core table block keeping caption text [chromium] › specs/transform.spec.ts:351:2 › Transform from flexible table block › should be transformed to core table block width no option caption text 3 skipped 32 passed (3.8m)
🎭 Playwright Run Summary
2 failed [chromium] › specs/transform.spec.ts:321:2 › Transform from flexible table block › should be transformed to core table block keeping caption text [chromium] › specs/transform.spec.ts:351:2 › Transform from flexible table block › should be transformed to core table block width no option caption text 3 skipped 32 passed (3.7m)
🎭 Playwright Run Summary
2 failed [chromium] › specs/transform.spec.ts:321:2 › Transform from flexible table block › should be transformed to core table block keeping caption text [chromium] › specs/transform.spec.ts:351:2 › Transform from flexible table block › should be transformed to core table block width no option caption text 3 skipped 32 passed (3.7m)
🎭 Playwright Run Summary
2 failed [chromium] › specs/transform.spec.ts:321:2 › Transform from flexible table block › should be transformed to core table block keeping caption text [chromium] › specs/transform.spec.ts:351:2 › Transform from flexible table block › should be transformed to core table block width no option caption text 3 skipped 32 passed (3.7m)
🎭 Playwright Run Summary
2 failed [chromium] › specs/transform.spec.ts:321:2 › Transform from flexible table block › should be transformed to core table block keeping caption text [chromium] › specs/transform.spec.ts:351:2 › Transform from flexible table block › should be transformed to core table block width no option caption text 3 skipped 32 passed (3.8m)
🎭 Playwright Run Summary
2 failed [chromium] › specs/transform.spec.ts:321:2 › Transform from flexible table block › should be transformed to core table block keeping caption text [chromium] › specs/transform.spec.ts:351:2 › Transform from flexible table block › should be transformed to core table block width no option caption text 3 skipped 32 passed (3.7m)
🎭 Playwright Run Summary
2 failed [chromium] › specs/transform.spec.ts:321:2 › Transform from flexible table block › should be transformed to core table block keeping caption text [chromium] › specs/transform.spec.ts:351:2 › Transform from flexible table block › should be transformed to core table block width no option caption text 3 skipped 32 passed (3.7m)
🎭 Playwright Run Summary
2 failed [chromium] › specs/transform.spec.ts:321:2 › Transform from flexible table block › should be transformed to core table block keeping caption text [chromium] › specs/transform.spec.ts:351:2 › Transform from flexible table block › should be transformed to core table block width no option caption text 3 skipped 32 passed (3.7m)

Artifacts

Produced during runtime
Name Size
failures-artifacts-7.4-WordPress
10.9 MB
failures-artifacts-7.4-WordPress#6.5.5
11 MB
failures-artifacts-7.4-WordPress#6.6.2
11.5 MB
failures-artifacts-8.0-WordPress
10.9 MB
failures-artifacts-8.0-WordPress#6.5.5
11 MB
failures-artifacts-8.0-WordPress#6.6.2
11.5 MB
failures-artifacts-8.2-WordPress
10.8 MB
failures-artifacts-8.2-WordPress#6.5.5
9.39 MB
failures-artifacts-8.2-WordPress#6.6.2
11.4 MB
failures-artifacts-8.3-WordPress
10.8 MB
failures-artifacts-8.3-WordPress#6.5.5
11.1 MB
failures-artifacts-8.3-WordPress#6.6.2
11.5 MB