Skip to content

Commit

Permalink
wait for progress bar
Browse files Browse the repository at this point in the history
  • Loading branch information
NoamGaash committed Nov 16, 2023
1 parent 3539dc7 commit 4902696
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/clearButton.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ test.describe('test clearButton ', () => {
await page.goto('/')
await page.getByText('נסיעות שלא יצאו', { exact: true }).click()
await page.waitForURL(/gaps/)
await page.getByRole('progressbar').waitFor({ state: 'hidden' })
})
test('test in GapsPatternsPage', async ({ page }) => {
await page.goto('/')
Expand Down

0 comments on commit 4902696

Please sign in to comment.