Skip to content

Commit 21b39be

Browse files
ringsaturnclaude
andcommitted
tests: the ECMWF fixture's track starts at +3H
The axis under test skips the analysis frame, which is the case the start label exists for. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016rq4r7RkWVVYhSu45xQWTD
1 parent d529a4a commit 21b39be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/e2e/app.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ test("switching to ECMWF loads its own run on a mixed-cadence 240-hour timeline"
564564
const slider = page.getByRole("slider", { name: "Forecast hour" });
565565
await expect(slider).toHaveAttribute("max", "63");
566566
await expect(page.locator("#forecast-hour")).toHaveText("F003");
567-
await expect(page.locator("#track-start")).toHaveText("+0H");
567+
await expect(page.locator("#track-start")).toHaveText("+3H");
568568
await expect(page.locator("#track-horizon")).toHaveText("+240H");
569569
await slider.focus();
570570
await page.keyboard.press("ArrowRight");

0 commit comments

Comments
 (0)