Compare commits
13 Commits
a27e9612e4
...
42e032e977
Author | SHA1 | Date | |
---|---|---|---|
42e032e977 | |||
905a22e7c0 | |||
9eb91ee2d4 | |||
266a3b978e | |||
de1b6b76c9 | |||
|
961cdbad09 | ||
3416373b8f | |||
f2874a4c1b | |||
431accb20e | |||
8792dc7cbf | |||
2d4b433144 | |||
9c277df2b7 | |||
bc35afb521 |
@ -7,7 +7,7 @@ test("cox can create and delete trip", async ({ page }) => {
|
||||
await page.getByPlaceholder("Name").press("Tab");
|
||||
await page.getByPlaceholder("Passwort").fill("cox");
|
||||
await page.getByPlaceholder("Passwort").press("Enter");
|
||||
await page.getByRole("link", { name: "Geplante Ausfahrten" }).click();
|
||||
await page.locator('a').filter({ hasText: /^Geplante Ausfahrten$/ }).click();
|
||||
await page.locator(".relative").first().click();
|
||||
await page.locator("#sidebar #planned_starting_time").click();
|
||||
await page.locator("#sidebar #planned_starting_time").fill("18:00");
|
||||
@ -38,7 +38,7 @@ test.describe("cox can edit trips", () => {
|
||||
await page.getByPlaceholder("Name").press("Tab");
|
||||
await page.getByPlaceholder("Passwort").fill("cox");
|
||||
await page.getByPlaceholder("Passwort").press("Enter");
|
||||
await page.getByRole("link", { name: "Geplante Ausfahrten" }).click();
|
||||
await page.locator('a').filter({ hasText: /^Geplante Ausfahrten$/ }).click();
|
||||
await page.locator(".relative").first().click();
|
||||
await page.locator("#sidebar #planned_starting_time").click();
|
||||
await page.locator("#sidebar #planned_starting_time").fill("18:00");
|
||||
|
Loading…
Reference in New Issue
Block a user