mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 07:09:35 +02:00
ÖBB E2E/integration tests: update mocked when, update fixtures ✅
This commit is contained in:
parent
31c4f17b10
commit
e9211e8105
2 changed files with 2623 additions and 2421 deletions
File diff suppressed because one or more lines are too long
|
@ -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 = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue