group-reservations-in-log #426

Merged
philipp merged 6 commits from group-reservations-in-log into main 2024-04-24 08:53:53 +02:00
Showing only changes of commit d4218289f0 - Show all commits

View File

@ -32,7 +32,6 @@ test("Cox can start and cancel trip", async ({ page }, testInfo) => {
await expect(page.locator("body")).toContainText( await expect(page.locator("body")).toContainText(
"Ausfahrt erfolgreich hinzugefügt", "Ausfahrt erfolgreich hinzugefügt",
); );
await page.getByText('2x').click();
await expect(page.locator("body")).toContainText("Joe"); await expect(page.locator("body")).toContainText("Joe");
await page.getByRole("link", { name: "Joe" }).click(); await page.getByRole("link", { name: "Joe" }).click();