Fix CTB e2e test (no attribute for component)

This commit is contained in:
Convly 2021-09-27 18:37:35 +02:00
parent 10d76f5c43
commit 6225f280e4

View File

@ -229,7 +229,11 @@ describe('Content Type Builder - Components', () => {
category: 'default',
icon: 'default',
name: 'New Component',
attributes: {},
attributes: {
name: {
type: 'string',
},
},
pluginOptions: {
pluginName: {
option: false,