fix(web): corrige l'import cassé de highlight-tech-steps.cy.tsx
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 <noreply@anthropic.com>
This commit is contained in:
parent
d98f3450c0
commit
475777b679
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
import type { StepTechStepView } from "@batch-cooking/shared";
|
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
|
// Pure logic, no DOM/mount needed — reuses the component-test runner
|
||||||
// (Cypress's Mocha/Chai, same as CheckboxOption.cy.tsx) purely for its
|
// (Cypress's Mocha/Chai, same as CheckboxOption.cy.tsx) purely for its
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue