forked from Ruderverein-Donau-Linz/rowt
		
	Merge pull request 'group-reservations-in-log' (#426) from group-reservations-in-log into main
Reviewed-on: Ruderverein-Donau-Linz/rowt#426
This commit is contained in:
		| @@ -154,8 +154,15 @@ function selectBoatChange() { | ||||
|  | ||||
|         if (event.detail.customProperties.owner) { | ||||
|           choiceObjects["newrower"].setChoiceByValue( | ||||
|             event.detail.customProperties.owner + "", | ||||
|             event.detail.customProperties.owner.toString(), | ||||
|           ); | ||||
|  | ||||
|           if(event.detail.value === '36') { | ||||
|               /** custom code for Etsch */ | ||||
|               choiceObjects["newrower"].setChoiceByValue( | ||||
|                 "81", | ||||
|               ); | ||||
|           } | ||||
|         } | ||||
|  | ||||
|         const inputElement = document.getElementById( | ||||
|   | ||||
| @@ -10,6 +10,7 @@ | ||||
|  | ||||
|   &.open { | ||||
|       display: block; | ||||
|       height: 100dvh; | ||||
|       height: 100vh; | ||||
|       right: 0; | ||||
|       top: 0; | ||||
|   | ||||
| @@ -15,6 +15,7 @@ test("Cox can start and cancel trip", async ({ page }, testInfo) => { | ||||
|     await page.getByText("Kaputtes Boot :-( (7 x)").nth(1).click(); | ||||
|     await page.getByRole("option", { name: "Joe" }).click(); | ||||
|   } else { | ||||
|     await page.getByText('2x').click(); | ||||
|     await page.getByText("Joe", { exact: true }).click(); | ||||
|   } | ||||
|   await page.getByPlaceholder("Ruderer auswählen").click(); | ||||
| @@ -55,6 +56,7 @@ test("Cox can start and finish trip", async ({ page }, testInfo) => { | ||||
|     await page.getByText("Kaputtes Boot :-( (7 x)").nth(1).click(); | ||||
|     await page.getByRole("option", { name: "Joe" }).click(); | ||||
|   } else { | ||||
|     await page.getByText('2x').click(); | ||||
|     await page.getByText("Joe", { exact: true }).click(); | ||||
|   } | ||||
|   await page.getByPlaceholder("Ruderer auswählen").click(); | ||||
| @@ -106,6 +108,7 @@ test("Kiosk can start and cancel trip", async ({ page }, testInfo) => { | ||||
|     await page.getByText("Kaputtes Boot :-( (7 x)").nth(1).click(); | ||||
|     await page.getByRole("option", { name: "Joe" }).click(); | ||||
|   } else { | ||||
|     await page.getByText('2x').click(); | ||||
|     await page.getByText("Joe", { exact: true }).click(); | ||||
|   } | ||||
|   await page.getByPlaceholder("Ruderer auswählen").click(); | ||||
| @@ -139,6 +142,7 @@ test("Kiosk can start and finish trip", async ({ page }, testInfo) => { | ||||
|     await page.getByText("Kaputtes Boot :-( (7 x)").nth(1).click(); | ||||
|     await page.getByRole("option", { name: "Joe" }).click(); | ||||
|   } else { | ||||
|     await page.getByText('2x').click(); | ||||
|     await page.getByText("Joe", { exact: true }).click(); | ||||
|   } | ||||
|   await page.getByPlaceholder("Ruderer auswählen").click(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user