Skip to content

Commit 652afec

Browse files
author
Cheems
committed
chore(web): drop an internal tracker id from the onboarding spec comment
The surrounding sentences already carry the reason the validation has to be under way before Continue is pressed, so the id added nothing a reader of this tree could act on.
1 parent 359b0b4 commit 652afec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/web/tests/components/EntryShell.onboarding.test.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1049,8 +1049,8 @@ describe('EntryShell onboarding OpenDesign AMR runtime', () => {
10491049
// The runtime smoke test spawns the agent CLI and waits for a real model
10501050
// reply: 7s for Claude Code and 12s for Codex CLI measured against a local
10511051
// daemon, against a 45s budget. Starting it only when Continue is pressed
1052-
// puts that whole cost between the click and the next screen (OPEND-2281),
1053-
// so it has to already be under way by the time the user clicks.
1052+
// puts that whole cost between the click and the next screen, so it has to
1053+
// already be under way by the time the user clicks.
10541054
let testCalls = 0;
10551055
globalThis.fetch = vi.fn(async (input, init) => {
10561056
const url = String(input);

0 commit comments

Comments
 (0)