🚸 (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
|
||||
|
||||
@@ -25,7 +25,7 @@ test.describe('Condition block', () => {
|
||||
await page.click('button:has-text("Greater than")', { force: true })
|
||||
await page.fill('input[placeholder="Type a number..."]', '80')
|
||||
|
||||
await page.click('button:has-text("Add a comparison")')
|
||||
await page.click('button:has-text("Add comparison")')
|
||||
|
||||
await page.fill(
|
||||
':nth-match(input[placeholder="Search for a variable"], 2)',
|
||||
|
||||
Reference in New Issue
Block a user