fix: update SEO on landing page (#40670)
This commit is contained in:
@ -25,14 +25,14 @@ describe('Landing page', () => {
|
||||
cy.visit('/');
|
||||
cy.title().should(
|
||||
'eq',
|
||||
'Learn to Code for Free – Coding Courses for Busy People'
|
||||
'Learn to Code — For Free — Coding Courses for Busy People'
|
||||
);
|
||||
cy.contains(selectors.callToAction, "Get started (it's free)");
|
||||
cy.get(selectors.callToAction).should('have.length', 2);
|
||||
});
|
||||
|
||||
it('Has visible header and sub-header', () => {
|
||||
cy.contains(selectors.heading, 'Learn to code at home.');
|
||||
cy.contains(selectors.heading, 'Learn to code — for free.');
|
||||
cy.contains('Build projects.').should('be.visible');
|
||||
cy.contains('Earn certifications.').should('be.visible');
|
||||
|
||||
|
Reference in New Issue
Block a user