Simplify color control #738
Annotations
11 errors and 1 notice
|
Running e2e tests:
test/e2e/specs/global-setting.spec.ts#L54
1) [chromium] › specs/global-setting.spec.ts:22:2 › Global Setting › should output inline style reflecting the settings
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('dialog', { name: 'Flexible Table Block Global setting' }).getByRole('button', { name: 'All' }).first()
52 | .getByRole( 'button', { name: 'All' } )
53 | .nth( i )
> 54 | .click();
| ^
55 | await pageUtils.pressKeys( 'Enter' );
56 | await page.getByRole( 'textbox', { name: 'Hex color' } ).fill( tableColors[ i ].color );
57 | await pageUtils.pressKeys( 'Escape', { times: 2 } );
at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/global-setting.spec.ts:54:6
|
Running e2e tests:
test/e2e/specs/global-setting.spec.ts#L54
1) [chromium] › specs/global-setting.spec.ts:22:2 › Global Setting › should output inline style reflecting the settings
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('dialog', { name: 'Flexible Table Block Global setting' }).getByRole('button', { name: 'All' }).first()
52 | .getByRole( 'button', { name: 'All' } )
53 | .nth( i )
> 54 | .click();
| ^
55 | await pageUtils.pressKeys( 'Enter' );
56 | await page.getByRole( 'textbox', { name: 'Hex color' } ).fill( tableColors[ i ].color );
57 | await pageUtils.pressKeys( 'Escape', { times: 2 } );
at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/global-setting.spec.ts:54:6
|
Running e2e tests:
test/e2e/specs/global-setting.spec.ts#L54
1) [chromium] › specs/global-setting.spec.ts:22:2 › Global Setting › should output inline style reflecting the settings
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('dialog', { name: 'Flexible Table Block Global setting' }).getByRole('button', { name: 'All' }).first()
52 | .getByRole( 'button', { name: 'All' } )
53 | .nth( i )
> 54 | .click();
| ^
55 | await pageUtils.pressKeys( 'Enter' );
56 | await page.getByRole( 'textbox', { name: 'Hex color' } ).fill( tableColors[ i ].color );
57 | await pageUtils.pressKeys( 'Escape', { times: 2 } );
at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/global-setting.spec.ts:54:6
|
Running e2e tests:
test/e2e/specs/table-style.spec.ts#L28
2) [chromium] › specs/table-style.spec.ts:211:2 › Styles › cell styles should be applied ─────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('[aria-labelledby="ftb-color-control-0-heading"]').getByRole('button', { name: 'All' })
26 | .locator( `[aria-labelledby="${ cellTextColorId }"]` )
27 | .getByRole( 'button', { name: 'All' } )
> 28 | .click();
| ^
29 | await pageUtils.pressKeys( 'Enter' );
30 | await page.getByRole( 'textbox', { name: 'Hex color' } ).fill( '111111' );
31 | await pageUtils.pressKeys( 'Escape', { times: 2 } );
at applyCellStyles (/home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/table-style.spec.ts:28:4)
at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/table-style.spec.ts:220:3
|
Running e2e tests:
test/e2e/specs/table-style.spec.ts#L28
2) [chromium] › specs/table-style.spec.ts:211:2 › Styles › cell styles should be applied ─────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('[aria-labelledby="ftb-color-control-0-heading"]').getByRole('button', { name: 'All' })
26 | .locator( `[aria-labelledby="${ cellTextColorId }"]` )
27 | .getByRole( 'button', { name: 'All' } )
> 28 | .click();
| ^
29 | await pageUtils.pressKeys( 'Enter' );
30 | await page.getByRole( 'textbox', { name: 'Hex color' } ).fill( '111111' );
31 | await pageUtils.pressKeys( 'Escape', { times: 2 } );
at applyCellStyles (/home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/table-style.spec.ts:28:4)
at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/table-style.spec.ts:220:3
|
Running e2e tests:
test/e2e/specs/table-style.spec.ts#L28
2) [chromium] › specs/table-style.spec.ts:211:2 › Styles › cell styles should be applied ─────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('[aria-labelledby="ftb-color-control-0-heading"]').getByRole('button', { name: 'All' })
26 | .locator( `[aria-labelledby="${ cellTextColorId }"]` )
27 | .getByRole( 'button', { name: 'All' } )
> 28 | .click();
| ^
29 | await pageUtils.pressKeys( 'Enter' );
30 | await page.getByRole( 'textbox', { name: 'Hex color' } ).fill( '111111' );
31 | await pageUtils.pressKeys( 'Escape', { times: 2 } );
at applyCellStyles (/home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/table-style.spec.ts:28:4)
at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/table-style.spec.ts:220:3
|
Running e2e tests:
test/e2e/specs/table-style.spec.ts#L28
3) [chromium] › specs/table-style.spec.ts:224:2 › Styles › cell styles should be applied to multiple cells
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('[aria-labelledby="ftb-color-control-0-heading"]').getByRole('button', { name: 'All' })
26 | .locator( `[aria-labelledby="${ cellTextColorId }"]` )
27 | .getByRole( 'button', { name: 'All' } )
> 28 | .click();
| ^
29 | await pageUtils.pressKeys( 'Enter' );
30 | await page.getByRole( 'textbox', { name: 'Hex color' } ).fill( '111111' );
31 | await pageUtils.pressKeys( 'Escape', { times: 2 } );
at applyCellStyles (/home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/table-style.spec.ts:28:4)
at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/table-style.spec.ts:238:3
|
Running e2e tests:
test/e2e/specs/table-style.spec.ts#L28
3) [chromium] › specs/table-style.spec.ts:224:2 › Styles › cell styles should be applied to multiple cells
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('[aria-labelledby="ftb-color-control-0-heading"]').getByRole('button', { name: 'All' })
26 | .locator( `[aria-labelledby="${ cellTextColorId }"]` )
27 | .getByRole( 'button', { name: 'All' } )
> 28 | .click();
| ^
29 | await pageUtils.pressKeys( 'Enter' );
30 | await page.getByRole( 'textbox', { name: 'Hex color' } ).fill( '111111' );
31 | await pageUtils.pressKeys( 'Escape', { times: 2 } );
at applyCellStyles (/home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/table-style.spec.ts:28:4)
at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/table-style.spec.ts:238:3
|
Running e2e tests:
test/e2e/specs/table-style.spec.ts#L28
3) [chromium] › specs/table-style.spec.ts:224:2 › Styles › cell styles should be applied to multiple cells
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('[aria-labelledby="ftb-color-control-0-heading"]').getByRole('button', { name: 'All' })
26 | .locator( `[aria-labelledby="${ cellTextColorId }"]` )
27 | .getByRole( 'button', { name: 'All' } )
> 28 | .click();
| ^
29 | await pageUtils.pressKeys( 'Enter' );
30 | await page.getByRole( 'textbox', { name: 'Hex color' } ).fill( '111111' );
31 | await pageUtils.pressKeys( 'Escape', { times: 2 } );
at applyCellStyles (/home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/table-style.spec.ts:28:4)
at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/table-style.spec.ts:238:3
|
Running e2e tests
Process completed with exit code 1.
|
Running e2e tests
3 failed
[chromium] › specs/global-setting.spec.ts:22:2 › Global Setting › should output inline style reflecting the settings
[chromium] › specs/table-style.spec.ts:211:2 › Styles › cell styles should be applied ──────────
[chromium] › specs/table-style.spec.ts:224:2 › Styles › cell styles should be applied to multiple cells
34 passed (4.7m)
|
Loading