This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
Fix Product Collection, Price Filter, and All Products Blocks playwright's E2E tests #11270
Labels
type: cooldown
Things that are queued for a cooldown period (assists with planning).
Describe the bug
While trying to fix some E2E tests on #11055, other failing tests emerged. I recommended bypassing these tests and opening this ticket to address them separately. I looked into a quick solution but couldn't identify one. we skipped 3 Product tests:
To reproduce
1- Remove the
skip
keyword from the following tests:https://github.com/woocommerce/woocommerce-blocks/blob/trunk/tests/e2e/tests/price-filter/price-filter.block_theme.side_effects.spec.ts#L46
https://github.com/woocommerce/woocommerce-blocks/blob/trunk/tests/e2e/tests/price-filter/price-filter.block_theme.side_effects.spec.ts#L64
https://github.com/woocommerce/woocommerce-blocks/blob/trunk/tests/e2e/tests/product-collection/compatibility-layer.block_theme.side_effects.spec.ts#L119
2- Run Playwright's E2E Tests. The tests should fail
Expected behavior
The tests should pass
The text was updated successfully, but these errors were encountered: