mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Update component test
This commit is contained in:
parent
aeac1edb32
commit
c78a4189b9
@ -66,19 +66,24 @@ describe('defaultExtensions', () => {
|
|||||||
type: 'doc',
|
type: 'doc',
|
||||||
content: [
|
content: [
|
||||||
{
|
{
|
||||||
type: 'paragraph',
|
|
||||||
content: [
|
content: [
|
||||||
{
|
{
|
||||||
text: 'Baby loves cat:',
|
text: 'Baby loves cat:',
|
||||||
type: 'text',
|
type: 'text',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
type: 'paragraph',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'embed',
|
content: [
|
||||||
attrs: {
|
{
|
||||||
dataEmbedUrl: 'https://www.youtube.com/watch?v=qkdXAtO40Fo',
|
attrs: {
|
||||||
},
|
dataEmbedUrl: 'https://www.youtube.com/watch?v=qkdXAtO40Fo',
|
||||||
|
},
|
||||||
|
type: 'embed',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
type: 'paragraph',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user