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
Running: homepage.spec.js
Oops...we found an error preparing this test file:
> cypress/integration/hyva/homepage.spec.js
The error was:
Error: Webpack Compilation Error
./cypress/integration/hyva/homepage.spec.js
Module not found: Error: Can't resolve '../../../fixtures/hyva/selectors/cart.json' in '/data/web/public/cypress/integration/hyva'
A similar bug is also present in cypress/integration/hyva/cms/cms-pages.spec.js wheere the paths to fixtures/hyva/cms.json and fixtures/hyva/selectors/cms.json have a ../ too much.
Describe the bug
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Test can compile
Additional context
The path to the
cart.json
has one../
to many at https://github.com/elgentos/magento2-cypress-testing-suite/blob/main/cypress/integration/hyva/homepage.spec.js#L6The text was updated successfully, but these errors were encountered: