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