2 parents 10313b6 + a035fa7 commit 6aba3a5Copy full SHA for 6aba3a5
1 file changed
tests/ui-tools-collapse.spec.ts
@@ -50,6 +50,6 @@ test.describe("Tools mockups collapse the primary region when filtering", () =>
50
awaitpage.getByRole("searchbox").first().fill("medication");
51
awaitexpect(page.getByRole("heading",{name: "Launcher overview"})).toHaveCount(0);
52
awaitexpect(page.getByRole("heading",{name: "Results"})).toBeVisible();
53
-awaitexpect(page.getByLabel("Open Medication Prescribing")).toBeVisible();
+awaitexpect(page.getByRole("button",{name: /MedicationPrescribing/})).toBeVisible();
54
});
55
0 commit comments