Skip to content

Commit 6aba3a5

Browse files
authored
Merge remote-tracking branch 'origin/codex/fix-48h-review-findings' into coderabbitai/docstrings/faac19b
2 parents 10313b6 + a035fa7 commit 6aba3a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎tests/ui-tools-collapse.spec.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ test.describe("Tools mockups collapse the primary region when filtering", () =>
5050
awaitpage.getByRole("searchbox").first().fill("medication");
5151
awaitexpect(page.getByRole("heading",{name: "Launcher overview"})).toHaveCount(0);
5252
awaitexpect(page.getByRole("heading",{name: "Results"})).toBeVisible();
53-
awaitexpect(page.getByLabel("Open Medication Prescribing")).toBeVisible();
53+
awaitexpect(page.getByRole("button",{name: /MedicationPrescribing/})).toBeVisible();
5454
});
5555
});

0 commit comments

Comments
 (0)