From 56a00eb34a026c4ed5eb6a7b592276ce731a426b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 9 Aug 2026 12:49:22 +0000 Subject: [PATCH 1/2] Initial plan From dec736ecf113b22c9fb6236c7e4cf3316f1e9299 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 9 Aug 2026 12:58:44 +0000 Subject: [PATCH 2/2] test: match prescribing smoke back-link accessible name --- tests/ui-smoke.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ui-smoke.spec.ts b/tests/ui-smoke.spec.ts index 2297d80857..9e48aab3d7 100644 --- a/tests/ui-smoke.spec.ts +++ b/tests/ui-smoke.spec.ts @@ -3406,7 +3406,7 @@ test.describe("Clinical KB UI smoke coverage", () => { await acamprosateResult.click(); await expect(page).toHaveURL(/\/medications\/acamprosate$/, { timeout: 30_000 }); await expectSingleMedicationPage(page); - await expect(page.getByRole("link", { name: "Medications", exact: true }).first()).toBeVisible(); + await expect(page.getByRole("link", { name: "Back to medications" }).first()).toBeVisible(); expect(parentNodeErrors).toEqual([]); });