diff --git a/frontend/cypress/tests/chartView/chartView_scrollToActiveRepo.cy.js b/frontend/cypress/tests/chartView/chartView_scrollToActiveRepo.cy.js index 97afc7b1ea..aa7d3a887a 100644 --- a/frontend/cypress/tests/chartView/chartView_scrollToActiveRepo.cy.js +++ b/frontend/cypress/tests/chartView/chartView_scrollToActiveRepo.cy.js @@ -49,8 +49,8 @@ describe('scroll to active repo', () => { }); cy.url() - .should('contain', 'tabAuthor=yong24s') - .should('contain', 'tabRepo=reposense%2FRepoSense%5Bcypress%5D'); + .should('contain', 'tabAuthor=Yong%20Hao%20TENG') + .should('contain', 'tabRepo=reposense%2Fpublish-RepoSense%5Bmaster%5D'); cy.reload();