chenge URL und baseData magic string in testData.name

This commit is contained in:
2025-09-23 16:50:34 +02:00
parent 67b027e33f
commit 6f5176fcb9

View File

@@ -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', () => {