chenge URL und baseData magic string in testData.name
This commit is contained in:
@@ -45,8 +45,8 @@ const baseData = {
|
|||||||
vorgang: testVorgangsList[0],
|
vorgang: testVorgangsList[0],
|
||||||
vorgangList: testVorgangsList,
|
vorgangList: testVorgangsList,
|
||||||
crimesList: testCrimesList,
|
crimesList: testCrimesList,
|
||||||
url: URL,
|
url: 'https://www.google.com',
|
||||||
crimeNames: ['modell-A']
|
crimeNames: [testCrimesList[0].name]
|
||||||
};
|
};
|
||||||
|
|
||||||
describe('Tatort Liste Page EmptyList-Komponente View', () => {
|
describe('Tatort Liste Page EmptyList-Komponente View', () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user