group-reservations-in-log #425

Merged
philipp merged 6 commits from group-reservations-in-log into staging 2024-04-24 08:51:44 +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(
"Ausfahrt erfolgreich hinzugefügt",
);
await page.getByText('2x').click();
await expect(page.locator("body")).toContainText("Joe");
await page.getByRole("link", { name: "Joe" }).click();