f102_test_KeineListeVorhanden #33
@@ -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]
|
||||||
|
mina marked this conversation as resolved
Outdated
|
|||||||
};
|
};
|
||||||
|
mina marked this conversation as resolved
Outdated
trachi93
commented
Bitte von Bitte von `testCrimesList` nehmen, sonst magic string.
|
|||||||
|
|
||||||
describe('Tatort Liste Page EmptyList-Komponente View', () => {
|
describe('Tatort Liste Page EmptyList-Komponente View', () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user
URL ist nicht definiert.
in f086 PR ist URL definiert.