2
0

refactor: ♻️ Rename step to block

This commit is contained in:
Baptiste Arnaud
2022-06-11 07:27:38 +02:00
parent 8751766d0e
commit 2df8338505
297 changed files with 4292 additions and 3989 deletions

View File

@ -1,9 +1,9 @@
import test, { expect } from '@playwright/test'
import cuid from 'cuid'
import { defaultTextInputOptions, InputStepType } from 'models'
import { defaultTextInputOptions, InputBlockType } from 'models'
import {
createTypebots,
parseDefaultBlockWithStep,
parseDefaultGroupWithBlock,
sharedWorkspaceId,
} from '../services/database'
@ -17,8 +17,8 @@ test.beforeAll(async () => {
id: freeTypebotId,
name: 'Shared typebot',
workspaceId: sharedWorkspaceId,
...parseDefaultBlockWithStep({
type: InputStepType.TEXT,
...parseDefaultGroupWithBlock({
type: InputBlockType.TEXT,
options: {
...defaultTextInputOptions,
labels: {