Commit 2f96910297

2f969102978fed3599ffeaaa20c4e3a2b5af527b

parent: c9f886a5d1

Verified · cmc

cmc <hello@cleberg.net> · 2026-09-17 16:48 UTC

e2e: the dashboard test reads the new landing lede

Ref #218
e2e/dashboard_test.go +1 −1
@@ -61,7 +61,7 @@ func TestDashboard(t *testing.T) {
6161
6262 // Anonymous homepage: landing with explore link, repos on /explore.
6363 status, body := inst.get(t, "/")
64 if status != 200 || !strings.Contains(body, `href="/explore"`) || !strings.Contains(body, "CLI-first") {
64 if status != 200 || !strings.Contains(body, `href="/explore"`) || !strings.Contains(body, "A git forge you drive from the terminal") {
6565 t.Fatalf("landing: %d", status)
6666 }
6767 if strings.Contains(body, "alice/app") {