2
0

ci(e2e): 💚 Incomplete results

This commit is contained in:
Baptiste Arnaud
2022-02-14 20:40:55 +01:00
parent 714f7c8ce5
commit e6f6e2523c
3 changed files with 4 additions and 3 deletions

View File

@@ -94,7 +94,7 @@ test.describe('Results page', () => {
})
test("Incomplete results shouldn't be displayed", async ({ page }) => {
await page.goto(`/typebots/${typebotId}/results`)
await page.click('text=Unlock 200 results')
await page.click('text=Unlock')
await expect(page.locator('text=Upgrade now')).toBeVisible()
})
})