mirror of
https://github.com/strapi/strapi.git
synced 2025-09-14 19:19:43 +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',
|
||||
icon: 'default',
|
||||
name: 'New Component',
|
||||
attributes: {},
|
||||
attributes: {
|
||||
name: {
|
||||
type: 'string',
|
||||
},
|
||||
},
|
||||
pluginOptions: {
|
||||
pluginName: {
|
||||
option: false,
|
||||
|
Loading…
x
Reference in New Issue
Block a user