🚸 (results) Add progress bar to export results modal

This commit is contained in:
Baptiste Arnaud
2024-01-11 10:36:48 +01:00
parent 03258e0f64
commit 5d971f7b6f
8 changed files with 62 additions and 34 deletions

View File

@@ -39,9 +39,7 @@ test.describe('Url input block', () => {
)
await page.click('text=Restart')
await page
.locator(`input[placeholder="Your URL..."]`)
.fill('https://https://test')
await page.locator(`input[placeholder="Your URL..."]`).fill('test')
await page.locator('button >> text="Go"').click()
await expect(page.locator('text=Try again bro')).toBeVisible()
await page