Refactor components #768
Annotations
50 errors and 3 notices
[chromium] › specs/table-style.spec.ts:120:2 › Styles › table styles should be applied:
test/e2e/specs/table-style.spec.ts#L163
1) [chromium] › specs/table-style.spec.ts:120:2 › Styles › table styles should be applied ────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('.ftb-border-radius-control__header-control').getByRole('button', { name: 'Unlink sides' })
161 | .locator( `.ftb-${ selector }-control__header-control` )
162 | .getByRole( 'button', { name: 'Unlink sides' } )
> 163 | .click();
| ^
164 | for ( let j = 0; j < labels.length; j++ ) {
165 | await page
166 | .locator( `.ftb-${ selector }-control__input-controls` )
at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/table-style.spec.ts:163:6
|
[chromium] › specs/table-style.spec.ts:120:2 › Styles › table styles should be applied:
test/e2e/specs/table-style.spec.ts#L163
1) [chromium] › specs/table-style.spec.ts:120:2 › Styles › table styles should be applied ────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('.ftb-border-radius-control__header-control').getByRole('button', { name: 'Unlink sides' })
161 | .locator( `.ftb-${ selector }-control__header-control` )
162 | .getByRole( 'button', { name: 'Unlink sides' } )
> 163 | .click();
| ^
164 | for ( let j = 0; j < labels.length; j++ ) {
165 | await page
166 | .locator( `.ftb-${ selector }-control__input-controls` )
at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/table-style.spec.ts:163:6
|
[chromium] › specs/table-style.spec.ts:120:2 › Styles › table styles should be applied:
test/e2e/specs/table-style.spec.ts#L163
1) [chromium] › specs/table-style.spec.ts:120:2 › Styles › table styles should be applied ────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('.ftb-border-radius-control__header-control').getByRole('button', { name: 'Unlink sides' })
161 | .locator( `.ftb-${ selector }-control__header-control` )
162 | .getByRole( 'button', { name: 'Unlink sides' } )
> 163 | .click();
| ^
164 | for ( let j = 0; j < labels.length; j++ ) {
165 | await page
166 | .locator( `.ftb-${ selector }-control__input-controls` )
at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/table-style.spec.ts:163:6
|
[chromium] › specs/table-style.spec.ts:211:2 › Styles › cell styles should be applied:
test/e2e/specs/table-style.spec.ts#L62
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('.ftb-border-radius-control__header-control').getByRole('button', { name: 'Unlink sides' })
60 | .locator( `.ftb-${ selector }-control__header-control` )
61 | .getByRole( 'button', { name: 'Unlink sides' } )
> 62 | .click();
| ^
63 | for ( let j = 0; j < labels.length; j++ ) {
64 | await page
65 | .locator( `.ftb-${ selector }-control__input-controls` )
at applyCellStyles (/home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/table-style.spec.ts:62:5)
at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/table-style.spec.ts:220:3
|
[chromium] › specs/table-style.spec.ts:211:2 › Styles › cell styles should be applied:
test/e2e/specs/table-style.spec.ts#L62
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('.ftb-border-radius-control__header-control').getByRole('button', { name: 'Unlink sides' })
60 | .locator( `.ftb-${ selector }-control__header-control` )
61 | .getByRole( 'button', { name: 'Unlink sides' } )
> 62 | .click();
| ^
63 | for ( let j = 0; j < labels.length; j++ ) {
64 | await page
65 | .locator( `.ftb-${ selector }-control__input-controls` )
at applyCellStyles (/home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/table-style.spec.ts:62:5)
at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/table-style.spec.ts:220:3
|
[chromium] › specs/table-style.spec.ts:211:2 › Styles › cell styles should be applied:
test/e2e/specs/table-style.spec.ts#L62
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('.ftb-border-radius-control__header-control').getByRole('button', { name: 'Unlink sides' })
60 | .locator( `.ftb-${ selector }-control__header-control` )
61 | .getByRole( 'button', { name: 'Unlink sides' } )
> 62 | .click();
| ^
63 | for ( let j = 0; j < labels.length; j++ ) {
64 | await page
65 | .locator( `.ftb-${ selector }-control__input-controls` )
at applyCellStyles (/home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/table-style.spec.ts:62:5)
at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/table-style.spec.ts:220:3
|
[chromium] › specs/table-style.spec.ts:224:2 › Styles › cell styles should be applied to multiple cells:
test/e2e/specs/table-style.spec.ts#L62
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('.ftb-border-radius-control__header-control').getByRole('button', { name: 'Unlink sides' })
60 | .locator( `.ftb-${ selector }-control__header-control` )
61 | .getByRole( 'button', { name: 'Unlink sides' } )
> 62 | .click();
| ^
63 | for ( let j = 0; j < labels.length; j++ ) {
64 | await page
65 | .locator( `.ftb-${ selector }-control__input-controls` )
at applyCellStyles (/home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/table-style.spec.ts:62:5)
at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/table-style.spec.ts:238:3
|
[chromium] › specs/table-style.spec.ts:224:2 › Styles › cell styles should be applied to multiple cells:
test/e2e/specs/table-style.spec.ts#L62
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('.ftb-border-radius-control__header-control').getByRole('button', { name: 'Unlink sides' })
60 | .locator( `.ftb-${ selector }-control__header-control` )
61 | .getByRole( 'button', { name: 'Unlink sides' } )
> 62 | .click();
| ^
63 | for ( let j = 0; j < labels.length; j++ ) {
64 | await page
65 | .locator( `.ftb-${ selector }-control__input-controls` )
at applyCellStyles (/home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/table-style.spec.ts:62:5)
at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/table-style.spec.ts:238:3
|
[chromium] › specs/table-style.spec.ts:224:2 › Styles › cell styles should be applied to multiple cells:
test/e2e/specs/table-style.spec.ts#L62
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('.ftb-border-radius-control__header-control').getByRole('button', { name: 'Unlink sides' })
60 | .locator( `.ftb-${ selector }-control__header-control` )
61 | .getByRole( 'button', { name: 'Unlink sides' } )
> 62 | .click();
| ^
63 | for ( let j = 0; j < labels.length; j++ ) {
64 | await page
65 | .locator( `.ftb-${ selector }-control__input-controls` )
at applyCellStyles (/home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/table-style.spec.ts:62:5)
at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/table-style.spec.ts:238:3
|
PHP 7.4 / WordPress#6.5.5 Test
Process completed with exit code 1.
|
PHP 8.2 / WordPress Test
The job was canceled because "_7_4_WordPress_6_5_5" failed.
|
[chromium] › specs/table-style.spec.ts:120:2 › Styles › table styles should be applied:
test/e2e/specs/table-style.spec.ts#L163
1) [chromium] › specs/table-style.spec.ts:120:2 › Styles › table styles should be applied ────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('.ftb-border-radius-control__header-control').getByRole('button', { name: 'Unlink sides' })
161 | .locator( `.ftb-${ selector }-control__header-control` )
162 | .getByRole( 'button', { name: 'Unlink sides' } )
> 163 | .click();
| ^
164 | for ( let j = 0; j < labels.length; j++ ) {
165 | await page
166 | .locator( `.ftb-${ selector }-control__input-controls` )
at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/table-style.spec.ts:163:6
|
[chromium] › specs/table-style.spec.ts:120:2 › Styles › table styles should be applied:
test/e2e/specs/table-style.spec.ts#L163
1) [chromium] › specs/table-style.spec.ts:120:2 › Styles › table styles should be applied ────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('.ftb-border-radius-control__header-control').getByRole('button', { name: 'Unlink sides' })
161 | .locator( `.ftb-${ selector }-control__header-control` )
162 | .getByRole( 'button', { name: 'Unlink sides' } )
> 163 | .click();
| ^
164 | for ( let j = 0; j < labels.length; j++ ) {
165 | await page
166 | .locator( `.ftb-${ selector }-control__input-controls` )
at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/table-style.spec.ts:163:6
|
[chromium] › specs/table-style.spec.ts:120:2 › Styles › table styles should be applied:
test/e2e/specs/table-style.spec.ts#L163
1) [chromium] › specs/table-style.spec.ts:120:2 › Styles › table styles should be applied ────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('.ftb-border-radius-control__header-control').getByRole('button', { name: 'Unlink sides' })
161 | .locator( `.ftb-${ selector }-control__header-control` )
162 | .getByRole( 'button', { name: 'Unlink sides' } )
> 163 | .click();
| ^
164 | for ( let j = 0; j < labels.length; j++ ) {
165 | await page
166 | .locator( `.ftb-${ selector }-control__input-controls` )
at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/table-style.spec.ts:163:6
|
[chromium] › specs/table-style.spec.ts:211:2 › Styles › cell styles should be applied:
test/e2e/specs/table-style.spec.ts#L62
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('.ftb-border-radius-control__header-control').getByRole('button', { name: 'Unlink sides' })
60 | .locator( `.ftb-${ selector }-control__header-control` )
61 | .getByRole( 'button', { name: 'Unlink sides' } )
> 62 | .click();
| ^
63 | for ( let j = 0; j < labels.length; j++ ) {
64 | await page
65 | .locator( `.ftb-${ selector }-control__input-controls` )
at applyCellStyles (/home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/table-style.spec.ts:62:5)
at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/table-style.spec.ts:220:3
|
[chromium] › specs/table-style.spec.ts:211:2 › Styles › cell styles should be applied:
test/e2e/specs/table-style.spec.ts#L62
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('.ftb-border-radius-control__header-control').getByRole('button', { name: 'Unlink sides' })
60 | .locator( `.ftb-${ selector }-control__header-control` )
61 | .getByRole( 'button', { name: 'Unlink sides' } )
> 62 | .click();
| ^
63 | for ( let j = 0; j < labels.length; j++ ) {
64 | await page
65 | .locator( `.ftb-${ selector }-control__input-controls` )
at applyCellStyles (/home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/table-style.spec.ts:62:5)
at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/table-style.spec.ts:220:3
|
[chromium] › specs/table-style.spec.ts:211:2 › Styles › cell styles should be applied:
test/e2e/specs/table-style.spec.ts#L62
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('.ftb-border-radius-control__header-control').getByRole('button', { name: 'Unlink sides' })
60 | .locator( `.ftb-${ selector }-control__header-control` )
61 | .getByRole( 'button', { name: 'Unlink sides' } )
> 62 | .click();
| ^
63 | for ( let j = 0; j < labels.length; j++ ) {
64 | await page
65 | .locator( `.ftb-${ selector }-control__input-controls` )
at applyCellStyles (/home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/table-style.spec.ts:62:5)
at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/table-style.spec.ts:220:3
|
[chromium] › specs/table-style.spec.ts:224:2 › Styles › cell styles should be applied to multiple cells:
test/e2e/specs/table-style.spec.ts#L62
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('.ftb-border-radius-control__header-control').getByRole('button', { name: 'Unlink sides' })
60 | .locator( `.ftb-${ selector }-control__header-control` )
61 | .getByRole( 'button', { name: 'Unlink sides' } )
> 62 | .click();
| ^
63 | for ( let j = 0; j < labels.length; j++ ) {
64 | await page
65 | .locator( `.ftb-${ selector }-control__input-controls` )
at applyCellStyles (/home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/table-style.spec.ts:62:5)
at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/table-style.spec.ts:238:3
|
[chromium] › specs/table-style.spec.ts:224:2 › Styles › cell styles should be applied to multiple cells:
test/e2e/specs/table-style.spec.ts#L62
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('.ftb-border-radius-control__header-control').getByRole('button', { name: 'Unlink sides' })
60 | .locator( `.ftb-${ selector }-control__header-control` )
61 | .getByRole( 'button', { name: 'Unlink sides' } )
> 62 | .click();
| ^
63 | for ( let j = 0; j < labels.length; j++ ) {
64 | await page
65 | .locator( `.ftb-${ selector }-control__input-controls` )
at applyCellStyles (/home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/table-style.spec.ts:62:5)
at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/table-style.spec.ts:238:3
|
[chromium] › specs/table-style.spec.ts:224:2 › Styles › cell styles should be applied to multiple cells:
test/e2e/specs/table-style.spec.ts#L62
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('.ftb-border-radius-control__header-control').getByRole('button', { name: 'Unlink sides' })
60 | .locator( `.ftb-${ selector }-control__header-control` )
61 | .getByRole( 'button', { name: 'Unlink sides' } )
> 62 | .click();
| ^
63 | for ( let j = 0; j < labels.length; j++ ) {
64 | await page
65 | .locator( `.ftb-${ selector }-control__input-controls` )
at applyCellStyles (/home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/table-style.spec.ts:62:5)
at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/table-style.spec.ts:238:3
|
PHP 8.2 / WordPress Test
The operation was canceled.
|
PHP 8.3 / WordPress Test
The job was canceled because "_7_4_WordPress_6_5_5" failed.
|
PHP 8.3 / WordPress Test
The operation was canceled.
|
PHP 8.0 / WordPress#6.6.2 Test
The job was canceled because "_7_4_WordPress_6_5_5" failed.
|
[chromium] › specs/table-style.spec.ts:120:2 › Styles › table styles should be applied:
test/e2e/specs/table-style.spec.ts#L163
1) [chromium] › specs/table-style.spec.ts:120:2 › Styles › table styles should be applied ────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('.ftb-border-radius-control__header-control').getByRole('button', { name: 'Unlink sides' })
161 | .locator( `.ftb-${ selector }-control__header-control` )
162 | .getByRole( 'button', { name: 'Unlink sides' } )
> 163 | .click();
| ^
164 | for ( let j = 0; j < labels.length; j++ ) {
165 | await page
166 | .locator( `.ftb-${ selector }-control__input-controls` )
at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/table-style.spec.ts:163:6
|
[chromium] › specs/table-style.spec.ts:120:2 › Styles › table styles should be applied:
test/e2e/specs/table-style.spec.ts#L163
1) [chromium] › specs/table-style.spec.ts:120:2 › Styles › table styles should be applied ────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('.ftb-border-radius-control__header-control').getByRole('button', { name: 'Unlink sides' })
161 | .locator( `.ftb-${ selector }-control__header-control` )
162 | .getByRole( 'button', { name: 'Unlink sides' } )
> 163 | .click();
| ^
164 | for ( let j = 0; j < labels.length; j++ ) {
165 | await page
166 | .locator( `.ftb-${ selector }-control__input-controls` )
at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/table-style.spec.ts:163:6
|
[chromium] › specs/table-style.spec.ts:120:2 › Styles › table styles should be applied:
test/e2e/specs/table-style.spec.ts#L163
1) [chromium] › specs/table-style.spec.ts:120:2 › Styles › table styles should be applied ────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('.ftb-border-radius-control__header-control').getByRole('button', { name: 'Unlink sides' })
161 | .locator( `.ftb-${ selector }-control__header-control` )
162 | .getByRole( 'button', { name: 'Unlink sides' } )
> 163 | .click();
| ^
164 | for ( let j = 0; j < labels.length; j++ ) {
165 | await page
166 | .locator( `.ftb-${ selector }-control__input-controls` )
at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/table-style.spec.ts:163:6
|
[chromium] › specs/table-style.spec.ts:211:2 › Styles › cell styles should be applied:
test/e2e/specs/table-style.spec.ts#L62
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('.ftb-border-radius-control__header-control').getByRole('button', { name: 'Unlink sides' })
60 | .locator( `.ftb-${ selector }-control__header-control` )
61 | .getByRole( 'button', { name: 'Unlink sides' } )
> 62 | .click();
| ^
63 | for ( let j = 0; j < labels.length; j++ ) {
64 | await page
65 | .locator( `.ftb-${ selector }-control__input-controls` )
at applyCellStyles (/home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/table-style.spec.ts:62:5)
at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/table-style.spec.ts:220:3
|
[chromium] › specs/table-style.spec.ts:211:2 › Styles › cell styles should be applied:
test/e2e/specs/table-style.spec.ts#L62
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('.ftb-border-radius-control__header-control').getByRole('button', { name: 'Unlink sides' })
60 | .locator( `.ftb-${ selector }-control__header-control` )
61 | .getByRole( 'button', { name: 'Unlink sides' } )
> 62 | .click();
| ^
63 | for ( let j = 0; j < labels.length; j++ ) {
64 | await page
65 | .locator( `.ftb-${ selector }-control__input-controls` )
at applyCellStyles (/home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/table-style.spec.ts:62:5)
at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/table-style.spec.ts:220:3
|
[chromium] › specs/table-style.spec.ts:211:2 › Styles › cell styles should be applied:
test/e2e/specs/table-style.spec.ts#L62
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('.ftb-border-radius-control__header-control').getByRole('button', { name: 'Unlink sides' })
60 | .locator( `.ftb-${ selector }-control__header-control` )
61 | .getByRole( 'button', { name: 'Unlink sides' } )
> 62 | .click();
| ^
63 | for ( let j = 0; j < labels.length; j++ ) {
64 | await page
65 | .locator( `.ftb-${ selector }-control__input-controls` )
at applyCellStyles (/home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/table-style.spec.ts:62:5)
at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/table-style.spec.ts:220:3
|
[chromium] › specs/table-style.spec.ts:224:2 › Styles › cell styles should be applied to multiple cells:
test/e2e/specs/table-style.spec.ts#L62
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('.ftb-border-radius-control__header-control').getByRole('button', { name: 'Unlink sides' })
60 | .locator( `.ftb-${ selector }-control__header-control` )
61 | .getByRole( 'button', { name: 'Unlink sides' } )
> 62 | .click();
| ^
63 | for ( let j = 0; j < labels.length; j++ ) {
64 | await page
65 | .locator( `.ftb-${ selector }-control__input-controls` )
at applyCellStyles (/home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/table-style.spec.ts:62:5)
at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/table-style.spec.ts:238:3
|
[chromium] › specs/table-style.spec.ts:224:2 › Styles › cell styles should be applied to multiple cells:
test/e2e/specs/table-style.spec.ts#L62
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('.ftb-border-radius-control__header-control').getByRole('button', { name: 'Unlink sides' })
60 | .locator( `.ftb-${ selector }-control__header-control` )
61 | .getByRole( 'button', { name: 'Unlink sides' } )
> 62 | .click();
| ^
63 | for ( let j = 0; j < labels.length; j++ ) {
64 | await page
65 | .locator( `.ftb-${ selector }-control__input-controls` )
at applyCellStyles (/home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/table-style.spec.ts:62:5)
at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/table-style.spec.ts:238:3
|
[chromium] › specs/table-style.spec.ts:224:2 › Styles › cell styles should be applied to multiple cells:
test/e2e/specs/table-style.spec.ts#L62
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('.ftb-border-radius-control__header-control').getByRole('button', { name: 'Unlink sides' })
60 | .locator( `.ftb-${ selector }-control__header-control` )
61 | .getByRole( 'button', { name: 'Unlink sides' } )
> 62 | .click();
| ^
63 | for ( let j = 0; j < labels.length; j++ ) {
64 | await page
65 | .locator( `.ftb-${ selector }-control__input-controls` )
at applyCellStyles (/home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/table-style.spec.ts:62:5)
at /home/runner/work/flexible-table-block/flexible-table-block/test/e2e/specs/table-style.spec.ts:238:3
|
PHP 8.0 / WordPress#6.6.2 Test
The operation was canceled.
|
PHP 8.3 / WordPress#6.6.2 Test
The job was canceled because "_7_4_WordPress_6_5_5" failed.
|
PHP 8.3 / WordPress#6.6.2 Test
The operation was canceled.
|
PHP 8.2 / WordPress#6.5.5 Test
The job was canceled because "_7_4_WordPress_6_5_5" failed.
|
PHP 8.2 / WordPress#6.5.5 Test
The operation was canceled.
|
PHP 8.0 / WordPress Test
The job was canceled because "_7_4_WordPress_6_5_5" failed.
|
PHP 8.0 / WordPress Test
The operation was canceled.
|
PHP 8.3 / WordPress#6.5.5 Test
The job was canceled because "_7_4_WordPress_6_5_5" failed.
|
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 "_7_4_WordPress_6_5_5" failed.
|
PHP 7.4 / WordPress#6.6.2 Test
The operation was canceled.
|
PHP 8.0 / WordPress#6.5.5 Test
The job was canceled because "_7_4_WordPress_6_5_5" failed.
|
PHP 8.0 / WordPress#6.5.5 Test
The operation was canceled.
|
PHP 7.4 / WordPress Test
The job was canceled because "_7_4_WordPress_6_5_5" failed.
|
PHP 7.4 / WordPress Test
The operation was canceled.
|
PHP 8.2 / WordPress#6.6.2 Test
The job was canceled because "_7_4_WordPress_6_5_5" failed.
|
PHP 8.2 / WordPress#6.6.2 Test
The operation was canceled.
|
🎭 Playwright Run Summary
3 failed
[chromium] › specs/table-style.spec.ts:120:2 › Styles › table styles should be applied ─────────
[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.9m)
|
🎭 Playwright Run Summary
3 failed
[chromium] › specs/table-style.spec.ts:120:2 › Styles › table styles should be applied ─────────
[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.9m)
|
🎭 Playwright Run Summary
3 failed
[chromium] › specs/table-style.spec.ts:120:2 › Styles › table styles should be applied ─────────
[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.8m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
failures-artifacts-7.4-WordPress
|
40.8 MB |
|
failures-artifacts-7.4-WordPress#6.5.5
|
39.5 MB |
|
failures-artifacts-7.4-WordPress#6.6.2
|
40.6 MB |
|
failures-artifacts-8.0-WordPress
|
40.5 MB |
|
failures-artifacts-8.0-WordPress#6.5.5
|
39.4 MB |
|
failures-artifacts-8.0-WordPress#6.6.2
|
40.3 MB |
|
failures-artifacts-8.2-WordPress
|
40.4 MB |
|
failures-artifacts-8.2-WordPress#6.5.5
|
39.2 MB |
|
failures-artifacts-8.2-WordPress#6.6.2
|
36.3 MB |
|
failures-artifacts-8.3-WordPress
|
36 MB |
|
failures-artifacts-8.3-WordPress#6.5.5
|
30 MB |
|
failures-artifacts-8.3-WordPress#6.6.2
|
36.1 MB |
|