Daily tests run #87
Annotations
7 errors, 5 warnings, and 1 notice
plugins/woocommerce/tests/e2e-pw/tests/shopper/product-tags-attributes.spec.js#L269
1) [Gutenberg] › shopper/product-tags-attributes.spec.js:263:2 › Browse product tags and attributes from the product page › can see products showcase
Error: locator.fill: Timeout 20000ms exceeded.
Call log:
- waiting for getByRole('textbox', { name: 'Add Title' })
267 | await page
268 | .getByRole( 'textbox', { name: 'Add Title' } )
> 269 | .fill( pageTitle );
| ^
270 |
271 | await page.getByRole( 'button', { name: 'Add default block' } ).click();
272 |
at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/shopper/product-tags-attributes.spec.js:269:5
|
plugins/woocommerce/tests/e2e-pw/tests/shopper/product-tags-attributes.spec.js#L269
1) [Gutenberg] › shopper/product-tags-attributes.spec.js:263:2 › Browse product tags and attributes from the product page › can see products showcase
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.fill: Timeout 20000ms exceeded.
Call log:
- waiting for getByRole('textbox', { name: 'Add Title' })
267 | await page
268 | .getByRole( 'textbox', { name: 'Add Title' } )
> 269 | .fill( pageTitle );
| ^
270 |
271 | await page.getByRole( 'button', { name: 'Add default block' } ).click();
272 |
at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/shopper/product-tags-attributes.spec.js:269:5
|
plugins/woocommerce/tests/e2e-pw/tests/shopper/product-tags-attributes.spec.js#L269
1) [Gutenberg] › shopper/product-tags-attributes.spec.js:263:2 › Browse product tags and attributes from the product page › can see products showcase
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.fill: Timeout 20000ms exceeded.
Call log:
- waiting for getByRole('textbox', { name: 'Add Title' })
267 | await page
268 | .getByRole( 'textbox', { name: 'Add Title' } )
> 269 | .fill( pageTitle );
| ^
270 |
271 | await page.getByRole( 'button', { name: 'Add default block' } ).click();
272 |
at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/shopper/product-tags-attributes.spec.js:269:5
|
plugins/woocommerce/tests/e2e-pw/utils/editor.js#L53
2) [Gutenberg] › shopper/shop-products-filter-by-price.spec.js:61:2 › Filter items in the shop by product price › filter products by prices on the created page
Error: locator.click: Timeout 20000ms exceeded.
Call log:
- waiting for getByLabel('Add block')
at ../utils/editor.js:53
51 | // Click the title to activate the block inserter.
52 | await canvas.getByRole( 'textbox', { name: 'Add title' } ).click();
> 53 | await canvas.getByLabel( 'Add block' ).click();
| ^
54 | await page.getByPlaceholder( 'Search', { exact: true } ).fill( blockName );
55 | await page.getByRole( 'option', { name: blockName, exact: true } ).click();
56 | };
at insertBlock (/home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/utils/editor.js:53:41)
at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/shopper/shop-products-filter-by-price.spec.js:70:3
|
plugins/woocommerce/tests/e2e-pw/utils/editor.js#L53
2) [Gutenberg] › shopper/shop-products-filter-by-price.spec.js:61:2 › Filter items in the shop by product price › filter products by prices on the created page
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Timeout 20000ms exceeded.
Call log:
- waiting for getByLabel('Add block')
at ../utils/editor.js:53
51 | // Click the title to activate the block inserter.
52 | await canvas.getByRole( 'textbox', { name: 'Add title' } ).click();
> 53 | await canvas.getByLabel( 'Add block' ).click();
| ^
54 | await page.getByPlaceholder( 'Search', { exact: true } ).fill( blockName );
55 | await page.getByRole( 'option', { name: blockName, exact: true } ).click();
56 | };
at insertBlock (/home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/utils/editor.js:53:41)
at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/shopper/shop-products-filter-by-price.spec.js:70:3
|
plugins/woocommerce/tests/e2e-pw/utils/editor.js#L53
2) [Gutenberg] › shopper/shop-products-filter-by-price.spec.js:61:2 › Filter items in the shop by product price › filter products by prices on the created page
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Timeout 20000ms exceeded.
Call log:
- waiting for getByLabel('Add block')
at ../utils/editor.js:53
51 | // Click the title to activate the block inserter.
52 | await canvas.getByRole( 'textbox', { name: 'Add title' } ).click();
> 53 | await canvas.getByLabel( 'Add block' ).click();
| ^
54 | await page.getByPlaceholder( 'Search', { exact: true } ).fill( blockName );
55 | await page.getByRole( 'option', { name: blockName, exact: true } ).click();
56 | };
at insertBlock (/home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/utils/editor.js:53:41)
at /home/runner/work/woocommerce/woocommerce/plugins/woocommerce/tests/e2e-pw/tests/shopper/shop-products-filter-by-price.spec.js:70:3
|
|
plugins/woocommerce/[Gutenberg] › shopper/checkout-block.spec.js#L1
plugins/woocommerce/[Gutenberg] › shopper/checkout-block.spec.js took 1.6m
|
plugins/woocommerce/[Gutenberg] › shopper/product-tags-attributes.spec.js#L1
plugins/woocommerce/[Gutenberg] › shopper/product-tags-attributes.spec.js took 1.3m
|
plugins/woocommerce/[Gutenberg] › shopper/shop-products-filter-by-price.spec.js#L1
plugins/woocommerce/[Gutenberg] › shopper/shop-products-filter-by-price.spec.js took 1.3m
|
plugins/woocommerce/[Gutenberg] › shopper/checkout-block-coupons.spec.js#L1
plugins/woocommerce/[Gutenberg] › shopper/checkout-block-coupons.spec.js took 46.7s
|
plugins/woocommerce/[Gutenberg] › shopper/checkout.spec.js#L1
plugins/woocommerce/[Gutenberg] › shopper/checkout.spec.js took 33.1s
|
2 failed
[Gutenberg] › shopper/product-tags-attributes.spec.js:263:2 › Browse product tags and attributes from the product page › can see products showcase
[Gutenberg] › shopper/shop-products-filter-by-price.spec.js:61:2 › Filter items in the shop by product price › filter products by prices on the created page
2 skipped
61 passed (7.8m)
|
The logs for this run have expired and are no longer available.
Loading