Fix cypress test
This commit is contained in:
parent
d42007a5fc
commit
3040158e4e
|
|
@ -26,7 +26,11 @@ describe('Instruments on Module page', () => {
|
||||||
title: 'Some Chapter',
|
title: 'Some Chapter',
|
||||||
contentBlocks: [
|
contentBlocks: [
|
||||||
{
|
{
|
||||||
'type': 'base_communication',
|
'type': 'instrument',
|
||||||
|
instrumentCategory: {
|
||||||
|
id: 'category-id',
|
||||||
|
name: 'Sprache & Kommunikation'
|
||||||
|
},
|
||||||
'title': 'Das Interview',
|
'title': 'Das Interview',
|
||||||
'contents': [
|
'contents': [
|
||||||
{
|
{
|
||||||
|
|
@ -40,6 +44,7 @@ describe('Instruments on Module page', () => {
|
||||||
{
|
{
|
||||||
'type': 'normal',
|
'type': 'normal',
|
||||||
'title': 'Normaler Block',
|
'title': 'Normaler Block',
|
||||||
|
instrumentCategory: null,
|
||||||
'contents': [
|
'contents': [
|
||||||
{
|
{
|
||||||
type: 'text_block',
|
type: 'text_block',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue