💄 (buttons) Improve multiple choice form UI
This commit is contained in:
@@ -14,7 +14,7 @@ test('Big groups should work as expected', async ({ page }) => {
|
||||
await page.locator('input').press('Enter')
|
||||
await page.locator('input').fill('26')
|
||||
await page.locator('input').press('Enter')
|
||||
await page.locator('button >> text=Yes').click()
|
||||
await page.getByRole('button', { name: 'Yes' }).click()
|
||||
await page.goto(`${process.env.NEXTAUTH_URL}/typebots/${typebotId}/results`)
|
||||
await expect(page.locator('text="Baptiste"')).toBeVisible()
|
||||
await expect(page.locator('text="26"')).toBeVisible()
|
||||
|
||||
Reference in New Issue
Block a user