Merge pull request 'fix ci' (#249) from staging into main
Reviewed-on: #249
This commit was merged in pull request #249.
	This commit is contained in:
		@@ -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();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user