fix(client): use en top contributor link for i18n (#43248)

* Changes made as directed in the instructions

* second revision

* Third revision

* Cypress Test updated

* cypress test updation

* directly linking to top-contributors news page

Co-authored-by: Ilenia <nethleen@gmail.com>
This commit is contained in:
Mohamed Naufal A
2021-08-23 19:50:28 +04:00
committed by GitHub
parent a44c2e4b8f
commit 498805c235
8 changed files with 11 additions and 2 deletions

View File

@ -32,7 +32,7 @@ describe('Top contributor in user profile', () => {
cy.contains('Top Contributor').should(
'have.attr',
'href',
'/top-contributors'
'https://www.freecodecamp.org/news/freecodecamp-top-contributors/'
);
});