f102_test_KeineListeVorhanden #33
@@ -45,8 +45,8 @@ const baseData = {
|
||||
vorgang: testVorgangsList[0],
|
||||
vorgangList: testVorgangsList,
|
||||
crimesList: testCrimesList,
|
||||
url: URL,
|
||||
crimeNames: ['modell-A']
|
||||
url: 'https://www.google.com',
|
||||
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', () => {
|
||||
|
||||
Reference in New Issue
Block a user
URL ist nicht definiert.
in f086 PR ist URL definiert.