group-reservations-in-log #426
@@ -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();
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user