🚸 (results) Add progress bar to export results modal
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user