Change default routing profile to fastbike, move hiking to end

The app is primarily for cycling. Default profile is now "Cycling (fast)"
instead of "Hiking". Profile order: fastbike, safety, shortest, car,
trekking.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Ullrich Schäfer 2026-04-11 02:17:46 +02:00
parent 0ff04aaec7
commit be36a5f650
No known key found for this signature in database
GPG key ID: A32FF691A0F752D9
3 changed files with 4 additions and 4 deletions

View file

@ -43,7 +43,7 @@ test.describe("Planner", () => {
const profileSelect = page.getByLabel("Profile:");
await expect(profileSelect).toBeVisible();
await expect(profileSelect).toHaveValue("trekking");
await expect(profileSelect).toHaveValue("fastbike");
});
test("session has export GPX button", async ({ page, request }) => {