2
0

⬆️ Upgrade dependencies

This commit is contained in:
Baptiste Arnaud
2023-02-23 09:21:18 +01:00
parent bc47cc46c0
commit d2880cdf2d
18 changed files with 3060 additions and 2205 deletions

View File

@ -14,6 +14,13 @@ test('Result should be overwritten on page refresh', async ({ page }) => {
await createTypebots([
{
id: typebotId,
settings: {
...defaultSettings,
general: {
...defaultSettings.general,
isNewResultOnRefreshEnabled: false,
},
},
...parseDefaultGroupWithBlock({
type: InputBlockType.TEXT,
options: defaultTextInputOptions,
@ -43,13 +50,6 @@ test.describe('Create result on page refresh enabled', () => {
await createTypebots([
{
id: typebotId,
settings: {
...defaultSettings,
general: {
...defaultSettings.general,
isNewResultOnRefreshEnabled: true,
},
},
...parseDefaultGroupWithBlock({
type: InputBlockType.TEXT,
options: defaultTextInputOptions,