fix ci #249
@ -81,7 +81,6 @@ test("Cox 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();
|
||||
@ -165,7 +164,6 @@ 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();
|
||||
|
Loading…
Reference in New Issue
Block a user