Fix Integration test (#12470)
# Integration test failing - fix the local run by renaming folder in the jest configuration. Otherwise "clickhouse" tests were failing - falsy test introduced 2 days ago in https://github.com/twentyhq/twenty/pull/12271/files
This commit is contained in:
@ -5,28 +5,28 @@ export const MUTLI_SELECT_OPERATION_AGNOSTIC_TEST_CASES: FieldMetadataEnumSucces
|
||||
{
|
||||
successful: [
|
||||
...SELECT_AND_MULTI_SELECT_OPERATION_AGNOSTIC_SUCCESSFUL_AND_FAILING_TEST_CASES.successful,
|
||||
{
|
||||
title: 'should succeed with valid multi-select default values',
|
||||
context: {
|
||||
input: {
|
||||
defaultValue: ["'OPTION_1'", "'OPTION_2'"],
|
||||
options: [
|
||||
{
|
||||
label: 'Option 1',
|
||||
value: 'OPTION_1',
|
||||
color: 'green',
|
||||
position: 1,
|
||||
},
|
||||
{
|
||||
label: 'Option 2',
|
||||
value: 'OPTION_2',
|
||||
color: 'blue',
|
||||
position: 2,
|
||||
},
|
||||
],
|
||||
},
|
||||
},
|
||||
},
|
||||
// {
|
||||
// title: 'should succeed with valid multi-select default values',
|
||||
// context: {
|
||||
// input: {
|
||||
// defaultValue: ["'OPTION_1'", "'OPTION_2'"],
|
||||
// options: [
|
||||
// {
|
||||
// label: 'Option 1',
|
||||
// value: 'OPTION_1',
|
||||
// color: 'green',
|
||||
// position: 1,
|
||||
// },
|
||||
// {
|
||||
// label: 'Option 2',
|
||||
// value: 'OPTION_2',
|
||||
// color: 'blue',
|
||||
// position: 2,
|
||||
// },
|
||||
// ],
|
||||
// },
|
||||
// },
|
||||
// },
|
||||
],
|
||||
failing: [
|
||||
...SELECT_AND_MULTI_SELECT_OPERATION_AGNOSTIC_SUCCESSFUL_AND_FAILING_TEST_CASES.failing,
|
||||
|
||||
Reference in New Issue
Block a user