Fix cypress test

This commit is contained in:
Ramon Wenger 2022-09-15 22:33:33 +02:00
parent d42007a5fc
commit 3040158e4e
1 changed files with 6 additions and 1 deletions

View File

@ -26,7 +26,11 @@ describe('Instruments on Module page', () => {
title: 'Some Chapter',
contentBlocks: [
{
'type': 'base_communication',
'type': 'instrument',
instrumentCategory: {
id: 'category-id',
name: 'Sprache & Kommunikation'
},
'title': 'Das Interview',
'contents': [
{
@ -40,6 +44,7 @@ describe('Instruments on Module page', () => {
{
'type': 'normal',
'title': 'Normaler Block',
instrumentCategory: null,
'contents': [
{
type: 'text_block',