From 865ceb26bb565cc67f8f8906f0bb6313305e180e Mon Sep 17 00:00:00 2001 From: jonasongg Date: Fri, 19 Apr 2024 01:29:29 +0800 Subject: [PATCH] fix scrollToActiveRepo failing test --- .../tests/chartView/chartView_scrollToActiveRepo.cy.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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();