diff --git a/apps/web/cypress/component/highlight-tech-steps.cy.tsx b/apps/web/cypress/component/highlight-tech-steps.cy.tsx index 952e301..b859738 100644 --- a/apps/web/cypress/component/highlight-tech-steps.cy.tsx +++ b/apps/web/cypress/component/highlight-tech-steps.cy.tsx @@ -1,5 +1,5 @@ import type { StepTechStepView } from "@batch-cooking/shared"; -import { splitDescriptionByTechSteps } from "../../src/features/recipes/highlight-tech-steps"; +import { splitDescriptionByTechSteps } from "../../src/features/recipes/steps/highlight-tech-steps"; // Pure logic, no DOM/mount needed — reuses the component-test runner // (Cypress's Mocha/Chai, same as CheckboxOption.cy.tsx) purely for its