diff --git a/tests/e2e/smoke.spec.ts b/tests/e2e/smoke.spec.ts
index ce05a3a..bcbe74f 100644
--- a/tests/e2e/smoke.spec.ts
+++ b/tests/e2e/smoke.spec.ts
@@ -7,7 +7,11 @@ test("landing renders the dual-track hero and CTAs", async ({ page }) => {
await page.goto("/");
await expect(page.getByRole("heading", { name: /Build with, and run for/i })).toBeVisible();
await expect(page.getByRole("link", { name: /Builder hub/i }).first()).toBeVisible(); // build track CTA
- await expect(page.getByRole("button", { name: /Get the app/i })).toBeVisible(); // worker track CTA
+ // Both CTAs are . asChild swaps the
+ //