Fix frontend tests
This commit is contained in:
parent
3533f776bd
commit
6364fc8374
|
|
@ -38,6 +38,7 @@ describe('Instruments on Module page', () => {
|
|||
value: {
|
||||
description:
|
||||
'<p>Ein Interview dient dazu, durch Befragung Informationen zu ermitteln. Bei journalistischen Interviews werden oft Expertinnen und Experten befragt, aber auch Personen.</p>',
|
||||
slug: 'interview',
|
||||
},
|
||||
},
|
||||
],
|
||||
|
|
|
|||
|
|
@ -58,9 +58,9 @@ export interface Props {
|
|||
saved: boolean;
|
||||
placeholder: string;
|
||||
action: string;
|
||||
readOnly: boolean;
|
||||
spellcheck: boolean;
|
||||
spellcheckLoading: boolean;
|
||||
readOnly?: boolean;
|
||||
spellcheck?: boolean;
|
||||
spellcheckLoading?: boolean;
|
||||
sharedMsg: string;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue