fix(learn): update copy for cert landing pages

* fix: update copy for certification landing pages (#40744)

* fix: broken ci tests (#40746)

Co-authored-by: Quincy Larson <QuincyLarson@users.noreply.github.com>
This commit is contained in:
Kristofer Koishigawa
2021-01-21 00:14:57 +09:00
committed by Mrugesh Mohapatra
parent 3ec468be38
commit 2615490bac
7 changed files with 392 additions and 419 deletions

View File

@ -17,7 +17,7 @@ describe('Certificate intro page', () => {
it('Should have certificate intro text', () => {
cy.contains(
"In the Responsive Web Design Certification, you'll learn the languages that developers use to build webpages"
"In this Responsive Web Design Certification, you'll learn the languages that developers use to build webpages"
).should('be.visible');
});