Bart Kalisz

Results 13 issues of Bart Kalisz

### Describe the bug: When the Blockbase theme is active, the Stacked gallery's images appear squished in the published post. ### To reproduce: 2. Activate Blockbase theme - you'll need...

[Type] Bug
[Priority] Low

### Changes proposed in this Pull Request: - Fix flaky `Products can be filtered based on "on sale" status` test. This test was flaky because we compared the current count...

plugin: woocommerce

### Submission Review Guidelines: - I have followed the [WooCommerce Contributing Guidelines](https://github.com/woocommerce/woocommerce/blob/trunk/.github/CONTRIBUTING.md) and the [WordPress Coding Standards](https://make.wordpress.org/core/handbook/best-practices/coding-standards/). - I have checked to ensure there aren't other open [Pull Requests](https://github.com/woocommerce/woocommerce/pulls) for...

Let's update our [E2E docs](https://github.com/woocommerce/woocommerce/blob/8ee74ede0ebc1957089af08207ae2a1a8250610e/plugins/woocommerce-blocks/docs/contributors/e2e-guidelines.md) to reflect the current state of things after completing the tasks from https://github.com/woocommerce/woocommerce/issues/46328.

focus: documentation
tool: monorepo infrastructure
team: Vortex

Let's implement [Gutenberg's Flaky Test Reporter](https://github.com/WordPress/gutenberg/blob/trunk/test/e2e/config/flaky-tests-reporter.ts) so that we identify flaky tests and address them as they occur. cc: @gigitux @tammullen @lanej0

tool: monorepo infrastructure
team: Vortex

Follow-up to https://github.com/woocommerce/woocommerce/pull/46125 Closes: #46331 Related: pdV5qK-nT-p2#possible-solutions ## Proposed Changes This PR enhances the efficiency of running our Blocks E2E tests both locally and in our CI environment. First, we...

plugin: woocommerce
tool: monorepo infrastructure

We've identified some pain points in our testing setup that cause our E2E tests to be unstable and often difficult to debug. Starting from addressing the infamous side effects issue,...

focus: e2e tests
team: Kirigami & Origami
focus: blocks

This was discovered after the recent Gutenberg v14.2.0 upgrade (p1664214321796799/1664214321.580149-slack-CBTN58FTJ). Fortunately, it shouldn't affect many users because it requires a ⚡ fast click on the `+` button right after selecting...

Bug

## What? When the Site Editor takes longer to load (e.g., when there are more templates in the environment), the `visitSiteEditor` promise resolves prematurely as it incorrectly assumes the canvas...

Closes #47061 ### What? This PR aims to streamline E2E utils implementation: - Rebuild the file structure to combine `@woocommerce/e2e-playwright-utils`, `@woocommerce/e2e-types` and `@woocommerce/e2e-utils` into a single `@woocommerce/e2e-utils` package. - Merge...