From 475777b679e063739ea2bd1de89feeb846f50468 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Fri, 21 Aug 2026 12:11:57 +0200 Subject: [PATCH] =?UTF-8?q?fix(web):=20corrige=20l'import=20cass=C3=A9=20d?= =?UTF-8?q?e=20highlight-tech-steps.cy.tsx?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Oubli lors du regroupement de features/recipes/ par sous-domaine (refactor(web): regroupe features/recipes/...) : le déplacement de highlight-tech-steps.ts vers features/recipes/steps/ n'avait pas été répercuté dans ce test composant Cypress (hors de apps/web/src, donc raté par la recherche de référence externe à l'époque) — faisait planter le job e2e en CI ("Failed to fetch dynamically imported module"). Co-Authored-By: Claude Sonnet 5 --- apps/web/cypress/component/highlight-tech-steps.cy.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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