Compare commits

..

2 Commits

Author SHA1 Message Date
f3b97e0e49 Merge pull request 'fix ci?' (#242) from staging into main
All checks were successful
CI/CD Pipeline / test (push) Successful in 9m34s
CI/CD Pipeline / deploy-staging (push) Has been skipped
CI/CD Pipeline / deploy-main (push) Successful in 4m6s
Reviewed-on: #242
2024-03-05 07:51:12 +01:00
4b59cdfc8f fix ci?
All checks were successful
CI/CD Pipeline / test (push) Successful in 9m39s
CI/CD Pipeline / deploy-staging (push) Successful in 4m11s
CI/CD Pipeline / deploy-main (push) Has been skipped
2024-03-05 07:50:43 +01:00

View File

@ -165,6 +165,7 @@ test("Kiosk can start and finish trip", async ({ page }, testInfo) => {
await page.locator('#arrivaljs').press('Tab');
await page.locator('#arrivaljs').press('Tab');
await page.locator('#arrivaljs').press('Tab');
await page.locator('#arrivaljs').press('Tab');
await page.locator('#arrivaljs').press('ArrowUp');
await page.getByRole("combobox", { name: "Destination" }).click();