Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud AMBROSELLI committed Sep 14, 2023
1 parent f57108c commit 6349efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/treatment_crud.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ test("Traitement", async ({ page }) => {
.getByRole("dialog", { name: "Traitement: Paracétamol (créée par User Admin Test - 1)" })
.getByRole("button", { name: "Historique" })
.click();
await page.getByText("Ce traitement n'a pas encore d'historique.Lorsqu'un traitement est modifié, les ").click();
await page.getByText("Création du traitement").click();
await page.getByRole("button", { name: "Informations" }).click();
await page.getByTitle("Modifier ce traitement - seul le créateur peut modifier un traitement").click();
await page.getByPlaceholder("1mg").click();
Expand Down

0 comments on commit 6349efb

Please sign in to comment.