Closed BrianHenryIE closed 2 years ago
I presume this is also fixed upstream. Is there a way of using nightly packages that might fix this?
@BrianHenryIE Thanks for reporting this issue. Does your default.json have the grouped product entry?
Thanks. That got the test running.
Specifically, I copied the entire contents of e2e/config/default.json you linked into node_modules/@woocommerce/e2e-environment/config/default/default.json
.
@BrianHenryIE Thanks for the follow up. Great that you got it running. I'm working on https://github.com/woocommerce/woocommerce/pull/31260 which should help highlight this type of issue in the future.
The example test in the repo is failing with error:
Steps to reproduce:
Fails with
which is fixed upstream and can be fixed here with:
Fails with:
And that debug.log is:
I presume this is also fixed upstream. Is there a way of using nightly packages that might fix this? Better yet, nightly pinned to known working commits?