Skip to content

Commit

Permalink
Merge branch 'main' into Better-inputs-design-fix-placement
Browse files Browse the repository at this point in the history
  • Loading branch information
NoamGaash authored Sep 21, 2023
2 parents 451c2f4 + c46f1db commit 4ad3d94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/example.spec.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { test } from '@playwright/test'

test('search bus station', async ({ page }) => {
test.slow()
await page.routeFromHAR('tests/example.har', {
url: /api/,
update: false,
Expand Down Expand Up @@ -28,7 +29,7 @@ test('search bus station', async ({ page }) => {
await page.getByLabel('בחירת תחנה (36 אפשרויות)').click()
await page.locator('#stop-select-option-0').click()
await page.getByText('זמני נסיעה בטעינה').click()
await page.getByText('זמן עצירה מתוכנן 🕛').click()
await page.getByText('זמן עצירה מתוכנן 🕛').click({ timeout: 15 * 60 * 1000 })
})

function resetTime(page: Page) {
Expand Down

0 comments on commit 4ad3d94

Please sign in to comment.