Skip to content

Commit

Permalink
fix scrollToActiveRepo failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasongg committed Apr 18, 2024
1 parent 4359458 commit 865ceb2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit 865ceb2

Please sign in to comment.