Add caption toolbar button #781
Annotations
8 errors and 1 notice
|
Running e2e tests:
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
|
Running e2e tests:
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
|
Running e2e tests:
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
|
Running e2e tests:
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
|
Running e2e tests:
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
|
Running e2e tests:
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
|
Running e2e tests
Process completed with exit code 1.
|
Running e2e tests
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)
|
Loading