diff --git a/packages/app/cypress/e2e/navigation.cy.ts b/packages/app/cypress/e2e/navigation.cy.ts index 7020085b..c313c81b 100644 --- a/packages/app/cypress/e2e/navigation.cy.ts +++ b/packages/app/cypress/e2e/navigation.cy.ts @@ -76,4 +76,9 @@ describe('First-load navigation', () => { cy.contains('a', 'Open Dashboard').click(); cy.location('pathname').should('eq', '/inference'); }); + + it('navigates to submissions from the landing CTA', () => { + cy.get('[data-testid="landing-submissions-link"]').click(); + cy.location('pathname').should('eq', '/submissions'); + }); }); diff --git a/packages/app/src/components/landing/landing-page.tsx b/packages/app/src/components/landing/landing-page.tsx index f8cde14d..33030f1a 100644 --- a/packages/app/src/components/landing/landing-page.tsx +++ b/packages/app/src/components/landing/landing-page.tsx @@ -72,6 +72,12 @@ export function LandingPage() { full logs and artifacts are publicly viewable. Click any point on a chart to jump straight to the run that produced it. All reproducible, auditable, and open source.
++ + 1,000+ new benchmark datapoints added per week on average. + {' '} + Browse every new model, GPU, framework, and configuration as it lands. +