Skip to content

Commit a8e97bc

Browse files
committed
test(e2e): update panel CTA label to "Continuer la déclaration"
Aligns the evaluation and cse variant assertions with the new CTA copy — only the `start` variant still shows "Commencer la déclaration".
1 parent 8f31890 commit a8e97bc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/app/src/e2e/declaration-process-panel.e2e.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ test.describe("Declaration process panel", () => {
120120
).toBeVisible();
121121

122122
const ctaLink = panel.getByRole("link", {
123-
name: "Commencer la déclaration",
123+
name: "Continuer la déclaration",
124124
});
125125
await expect(ctaLink).toHaveAttribute("href", /evaluation-conjointe/);
126126
});
@@ -149,7 +149,7 @@ test.describe("Declaration process panel", () => {
149149
).toBeVisible();
150150

151151
const ctaLink = panel.getByRole("link", {
152-
name: "Commencer la déclaration",
152+
name: "Continuer la déclaration",
153153
});
154154
await expect(ctaLink).toHaveAttribute("href", /avis-cse/);
155155
});

0 commit comments

Comments
 (0)