mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 06:36:34 +00:00
fix(sdk): mysql and sqlite test cases
This commit is contained in:
@@ -307,7 +307,7 @@ test.describe('Clipboard support', () => {
|
||||
{ type: 'SingleLineText', value: 'SingleLineText' },
|
||||
{ type: 'LongText', value: '"LongText"' },
|
||||
{ type: 'SingleSelect', value: 'Option1' },
|
||||
{ type: 'MultiSelect', value: 'Option1,Option2' },
|
||||
{ type: 'MultiSelect', value: 'Option1, Option2' },
|
||||
{ type: 'Number', value: '123' },
|
||||
{ type: 'PhoneNumber', value: '987654321' },
|
||||
{ type: 'Email', value: 'test@example.com' },
|
||||
|
||||
Reference in New Issue
Block a user