feat(flow): ✨ Edge menu on click
This commit is contained in:
@ -50,6 +50,11 @@ test.describe.parallel('Editor', () => {
|
||||
)
|
||||
await expect(page.locator('[data-testid="edge"] >> nth=0')).toBeVisible()
|
||||
await expect(page.locator('[data-testid="edge"] >> nth=1')).toBeVisible()
|
||||
|
||||
await page.click('[data-testid="clickable-edge"] >> nth=0', { force: true })
|
||||
await page.click('text=Delete')
|
||||
const total = await page.locator('[data-testid="edge"]').count()
|
||||
expect(total).toBe(1)
|
||||
})
|
||||
test('Drag and drop steps and items should work', async ({ page }) => {
|
||||
const typebotId = generate()
|
||||
|
Reference in New Issue
Block a user