ÖBB E2E/integration tests: update mocked when, update fixtures

This commit is contained in:
Jannis R 2024-09-26 00:42:32 +02:00
parent 31c4f17b10
commit e9211e8105
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5
2 changed files with 2623 additions and 2421 deletions

File diff suppressed because one or more lines are too long

View file

@ -20,7 +20,7 @@ import {testJourneysWithDetour} from './lib/journeys-with-detour.js';
import {testDepartures} from './lib/departures.js'; import {testDepartures} from './lib/departures.js';
import {testDeparturesInDirection} from './lib/departures-in-direction.js'; import {testDeparturesInDirection} from './lib/departures-in-direction.js';
const T_MOCK = 1671260400 * 1000; // 2022-12-17T08:00:00+01:00 const T_MOCK = 1731394800 * 1000; // 2024-11-12T08:00:00+01:00
const when = createWhen(oebbProfile.timezone, oebbProfile.locale, T_MOCK); const when = createWhen(oebbProfile.timezone, oebbProfile.locale, T_MOCK);
const cfg = { const cfg = {