feat(engine): ♿️ Smarter website input
This commit is contained in:
@ -71,8 +71,6 @@ test.describe.parallel('Editor', () => {
|
||||
await expect(page.locator('[data-testid="step"] >> nth=2')).toHaveText(
|
||||
'Hello!'
|
||||
)
|
||||
await page.dragAndDrop('text=Hello', '[data-testid="step"] >> text=Start')
|
||||
await expect(page.locator('text=Block #4')).toBeVisible()
|
||||
await page.dragAndDrop('text=Hello', 'text=Block #2')
|
||||
await expect(page.locator('[data-testid="step"] >> nth=3')).toHaveText(
|
||||
'Hello!'
|
||||
|
@ -42,7 +42,7 @@ test.describe('Url input step', () => {
|
||||
await page.click('text=Restart')
|
||||
await typebotViewer(page)
|
||||
.locator(`input[placeholder="Your URL..."]`)
|
||||
.fill('gg://test.com')
|
||||
.fill('https://https://test')
|
||||
await typebotViewer(page).locator('button >> text="Go"').click()
|
||||
await expect(
|
||||
typebotViewer(page).locator('text=Try again bro')
|
||||
|
Reference in New Issue
Block a user