Skip to content

Commit

Permalink
test(plugin-flow-builder): remove smart intents from basic flow
Browse files Browse the repository at this point in the history
  • Loading branch information
Iru89 committed May 13, 2024
1 parent ebf5ed6 commit 075879f
Showing 1 changed file with 0 additions and 40 deletions.
40 changes: 0 additions & 40 deletions packages/botonic-plugin-flow-builder/tests/helpers/flows/basic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -416,26 +416,6 @@ export const basicFlow = {
buttons: [],
},
},
{
id: '2a1c7318-74dd-4333-b607-74c9abe79881',
code: 'SMART-INTENT_91',
is_code_ai_generated: true,
meta: {
x: 959.8563430516933,
y: -322.6962038668304,
},
follow_up: null,
target: {
id: 'a91c0bca-c213-4693-b3bd-f091fcbf445c',
type: 'text',
},
flow_id: '8d527e7d-ea6d-5422-b810-5b4c8be7657b',
type: 'smart-intent',
content: {
title: 'Add a bag',
description: 'The user wants to add a bag',
},
},
{
id: '731b6a73-dba9-4757-9243-782170640d9c',
code: '2ND_FALLBACK_MSG',
Expand All @@ -459,26 +439,6 @@ export const basicFlow = {
buttons: [],
},
},
{
id: 'e6684566-fe25-497d-b5dd-7a1b4f6d6672',
code: 'SMART-INTENT_53',
is_code_ai_generated: true,
meta: {
x: 1371.5717634769185,
y: -361.33521985338024,
},
follow_up: null,
target: {
id: '59071c29-2cd7-447a-b290-04269b76701d',
type: 'text',
},
flow_id: '8d527e7d-ea6d-5422-b810-5b4c8be7657b',
type: 'smart-intent',
content: {
title: 'Select a seat',
description: 'The user wants to select a seat',
},
},
{
id: 'fdeb8bdf-73f2-42c4-bc0f-14ebca84e507',
code: 'SERVED_BY_HUMAN_AGENT',
Expand Down

0 comments on commit 075879f

Please sign in to comment.