🚸 (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

View File

@@ -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)',