You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeError
Cannot read properties of undefined (reading 'id')
Because this error occurred during a before each hook we are skipping the remaining tests in the current suite: PluginCypressTests: Test ba...
node_modules/@shopware-ag/e2e-testsuite-platform/cypress/support/service/administration/fixture/product.fixture.js:23:1
21 | .then(([manufacturer, tax]) => {
22 | return Object.assign({}, {
> 23 | taxId: tax.id,
| ^
24 | manufacturerId: manufacturer.id
25 | }, userData);
26 | }).then((finalProductData) => {
The text was updated successfully, but these errors were encountered:
Hi! Which https://www.npmjs.com/package/@shopware-ag/e2e-testsuite-platform should I use with Shopware 6.3.1.1? When I use 3.0.7 then I bacome an error:
The text was updated successfully, but these errors were encountered: