Skip to content

Commit f5bad1d

Browse files
lxb12123claude
andcommitted
test(e2e): autograd readout renamed root= → output=
The luminous redesign renamed the HUD readout from 'root =' to 'output ='; update the smoke test's wait selector to match (it gated the deploy). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent c8f0ab4 commit f5bad1d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/e2e/02-autograd.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ for (const colorScheme of ['dark', 'light'] as const) {
1515
// the page into view to trigger it before asserting canvas.
1616
await page.evaluate(() => window.scrollTo(0, document.body.scrollHeight));
1717
await expect(page.locator('canvas')).toBeVisible({ timeout: 15_000 });
18-
// Wait for the sandbox to compute root value
19-
await expect(page.getByText(/root\s*=/i)).toBeVisible({ timeout: 5_000 });
18+
// Wait for the sandbox to compute the output value
19+
await expect(page.getByText(/output\s*=/i)).toBeVisible({ timeout: 5_000 });
2020
await page.waitForTimeout(1_500);
2121

2222
await page.screenshot({ path: `/tmp/phase2-02-autograd-${colorScheme}.png`, fullPage: true });

0 commit comments

Comments
 (0)