Commit 2f96910297
Verified · cmc
e2e/dashboard_test.go +1 −1
| @@ -61,7 +61,7 @@ func TestDashboard(t *testing.T) { | ||
| 61 | 61 | |
| 62 | 62 | // Anonymous homepage: landing with explore link, repos on /explore. |
| 63 | 63 | 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") { | |
| 65 | 65 | t.Fatalf("landing: %d", status) |
| 66 | 66 | } |
| 67 | 67 | if strings.Contains(body, "alice/app") { |