Luigi Teschio
Luigi Teschio
> [@gigitux](https://github.com/gigitux) I've encountered an issue: > > If the product is set to not allow more than one unit to be purchased the stepper is still shown:  Thanks!...
Thanks for opening this issue! We will investigate it in the following weeks!
I noticed that enabling the [mousemove event ](https://github.com/woocommerce/woocommerce/pull/47583/files#diff-530c34e8e7e5073c1689976ba5acc30a98d8452dbd7ab47ec949c0a6a8413ab0L127-L129), the console throws multiple errors: This is caused by the [`useInBetweenInserter` hook](https://github.com/WordPress/gutenberg/blob/da98bdb025937d8bb0abc41a187792e75e17731d/packages/block-editor/src/components/block-list/use-in-between-inserter.js). This hook is necessary to show the inserter. In this...
> Not a blocker, but a thought: whenever hovering over the sidebar and going back to the main frame, I see the tooltip is still displayed even without any new...
> I'm not sure about the relation of the [contributors/e2e-guidelines.md](https://github.com/woocommerce/woocommerce/blob/refactor/core-e2e-utils-implementation/plugins/woocommerce-blocks/docs/contributors/e2e-guidelines.md) to [tests/e2e/README.md](https://github.com/woocommerce/woocommerce/blob/refactor/core-e2e-utils-implementation/plugins/woocommerce-blocks/tests/e2e/README.md). I've updated only the latter so far. Any ideas on how to handle that? cc: @gigitux @Aljullu Good...
> @gigitux @nielslange, I've split the general readme between the [tests/e2e/README.md](https://github.com/woocommerce/woocommerce/blob/refactor/core-e2e-utils-implementation/plugins/woocommerce-blocks/tests/e2e/README.md) and [docs/contributors/e2e-guidelines.md](https://github.com/woocommerce/woocommerce/blob/refactor/core-e2e-utils-implementation/plugins/woocommerce-blocks/docs/contributors/e2e-guidelines.md) as suggested. Let me know if it makes sense to you! LGTM! 🚀
> @gigitux it was just an assumption on my part that we would exclude it, If we are happy to ship experimental unused code we can get rid of the...
I'm sharing here the comment that Jarek did on the issue: https://github.com/woocommerce/woocommerce/issues/42299#issuecomment-2127442971
@tomxygen let's move the discussion on the PR! First of all, thanks for testing this PR! We really appreciate it! 🙇 > In a variable product, if no variation is...
> In a variable product, if no variation is selected, the stepper is smaller than the ATC button https://github.com/woocommerce/woocommerce/assets/47855768/b5874745-16f4-4d3f-806f-d3c37a2969b5 Fixed with https://github.com/woocommerce/woocommerce/pull/47664/commits/8cb61176753d2fe49ba664f2350f8ca495d42a68 https://github.com/woocommerce/woocommerce/assets/4463174/6316c201-ade6-498d-adf6-9b8ac25942f9 > In a variable product, the arrow...