mirror of
https://github.com/strapi/strapi.git
synced 2025-09-14 11:08:35 +00:00
Fix CTB e2e test (no attribute for component)
This commit is contained in:
parent
10d76f5c43
commit
6225f280e4
@ -229,7 +229,11 @@ describe('Content Type Builder - Components', () => {
|
|||||||
category: 'default',
|
category: 'default',
|
||||||
icon: 'default',
|
icon: 'default',
|
||||||
name: 'New Component',
|
name: 'New Component',
|
||||||
attributes: {},
|
attributes: {
|
||||||
|
name: {
|
||||||
|
type: 'string',
|
||||||
|
},
|
||||||
|
},
|
||||||
pluginOptions: {
|
pluginOptions: {
|
||||||
pluginName: {
|
pluginName: {
|
||||||
option: false,
|
option: false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user