updates #715

Merged
philipp merged 10 commits from updates into main 2024-09-02 13:27:11 +02:00
Showing only changes of commit 2b74b47d06 - Show all commits

View File

@ -52,7 +52,7 @@ test.describe("cox can edit trips", () => {
test("edit remarks", async () => {
await sharedPage.goto("/planned");
await page.getByRole('link', { name: 'Details' }).nth(1).click();
await sharedPage.getByRole('link', { name: 'Details' }).nth(1).click();
await sharedPage.locator("#sidebar #notes").click();
await sharedPage.locator("#sidebar #notes").fill("Meine Anmerkung");
await sharedPage.getByRole("button", { name: "Speichern" }).click();