fix(learn): improve landing page (#38695)

This commit is contained in:
Vincent Endrahadi
2020-05-11 20:26:12 +07:00
committed by GitHub
parent f035a5c433
commit 9a25ba2633
14 changed files with 414 additions and 19 deletions

View File

@ -11,6 +11,6 @@ describe('Landing page', function() {
cy.title().should('eq', 'Learn to code at home | freeCodeCamp.org');
cy.contains(selectors.heading, 'Welcome to freeCodeCamp.org');
cy.contains(selectors.callToAction, "Sign in and get started (it's free)");
cy.contains(selectors.callToAction, "Get started (it's free)");
});
});