2
0

feat(inputs): Add number input

This commit is contained in:
Baptiste Arnaud
2022-01-08 07:40:55 +01:00
parent 2a040308db
commit d54ebc0cbe
33 changed files with 467 additions and 207 deletions

View File

@ -1,5 +1,5 @@
import { parseTestTypebot } from 'cypress/plugins/utils'
import { StepType } from 'models'
import { BubbleStepType } from 'models'
describe('Text bubbles', () => {
beforeEach(() => {
@ -15,7 +15,7 @@ describe('Text bubbles', () => {
step1: {
id: 'step1',
blockId: 'block1',
type: StepType.TEXT,
type: BubbleStepType.TEXT,
content: { html: '', plainText: '', richText: [] },
},
},