migrate row filters css grid e2e tests to playwright #217
Annotations
2 errors and 1 notice
playwright/e2e/row/row-block.spec.ts#L92
1) [chromium] › row/row-block.spec.ts:60:2 › Row Block › Change layout ───────────────────────────
Error: expect(received).toHaveLength(expected)
Expected length: 3
Received length: 2
Received array: [{"_guid": "handle@4eb13640e708b13964e1dc9fef5304b8", "_type": "ElementHandle"}, {"_guid": "handle@d30dff5f9fcfcda7940498379638d3e3", "_type": "ElementHandle"}]
90 | '[data-type="wp-bootstrap-blocks/column"][data-size-md="4"]'
91 | )
> 92 | ).toHaveLength( 3 );
| ^
93 |
94 | expect( await editor.getEditedPostContent() ).toMatchSnapshot(
95 | 'change-layout-1.txt'
at /home/runner/work/bootstrap-blocks-wordpress-plugin/bootstrap-blocks-wordpress-plugin/playwright/e2e/row/row-block.spec.ts:92:5
|
playwright/e2e/row/row-block.spec.ts#L92
1) [chromium] › row/row-block.spec.ts:60:2 › Row Block › Change layout ───────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toHaveLength(expected)
Expected length: 3
Received length: 2
Received array: [{"_guid": "handle@07340158d7a18e64a78ff66c6de4f4c6", "_type": "ElementHandle"}, {"_guid": "handle@252560e0f438eba384af11fc028b5c65", "_type": "ElementHandle"}]
90 | '[data-type="wp-bootstrap-blocks/column"][data-size-md="4"]'
91 | )
> 92 | ).toHaveLength( 3 );
| ^
93 |
94 | expect( await editor.getEditedPostContent() ).toMatchSnapshot(
95 | 'change-layout-1.txt'
at /home/runner/work/bootstrap-blocks-wordpress-plugin/bootstrap-blocks-wordpress-plugin/playwright/e2e/row/row-block.spec.ts:92:5
|
|
The logs for this run have expired and are no longer available.
Loading