3c6fa81d33
Adds a workflow step that fetches the four dictionary endpoints (world_regions, countries, cities, airports — see api.ts) before playwright runs. With the longer 6h TTL on /api/dictionary, every e2e spec hits cache for the same 4 URLs that drive most of the data-driven tests (breadcrumb city names, etc). 2s sleeps between warm-up calls keep the cold-cache pass under the WAF rate-limit window.