build: 📦️ Update packages
This commit is contained in:
@ -21,7 +21,7 @@ test.describe.parallel('Settings page', () => {
|
||||
typebotViewer(page).locator('a:has-text("Made with Typebot")')
|
||||
).toHaveAttribute('href', 'https://www.typebot.io/?utm_source=litebadge')
|
||||
await page.click('button:has-text("General")')
|
||||
await page.uncheck('input[type="checkbox"]', { force: true })
|
||||
await page.click('text="Typebot.io branding"')
|
||||
await expect(
|
||||
typebotViewer(page).locator('a:has-text("Made with Typebot")')
|
||||
).toBeHidden()
|
||||
@ -59,9 +59,7 @@ test.describe.parallel('Settings page', () => {
|
||||
await page.click('button:has-text("Typing emulation")')
|
||||
await page.fill('[data-testid="speed"] input', '350')
|
||||
await page.fill('[data-testid="max-delay"] input', '1.5')
|
||||
await page.uncheck('input[type="checkbox"] >> nth=-1', {
|
||||
force: true,
|
||||
})
|
||||
await page.click('text="Typing emulation" >> nth=-1')
|
||||
await expect(page.locator('[data-testid="speed"]')).toBeHidden()
|
||||
await expect(page.locator('[data-testid="max-delay"]')).toBeHidden()
|
||||
})
|
||||
|
Reference in New Issue
Block a user