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:
@ -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/'
|
||||
);
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user