Skip to content

Commit

Permalink
Fix zoomView_diffstat cypress test
Browse files Browse the repository at this point in the history
  • Loading branch information
pratham31012002 committed Aug 7, 2023
1 parent 838f1cc commit 6d19f2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/cypress/tests/zoomView/zoomView_diffstat.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ describe('diffstat', () => {
.click();

cy.get('#tab-zoom .commit-message')
.first()
.eq(1)
.within(() => {
cy.get('.stacked-bar__contrib--bar')
.then((element) => {
Expand All @@ -40,7 +40,7 @@ describe('diffstat', () => {
.click();

cy.get('#tab-zoom .commit-message')
.eq(1)
.first()
.within(() => {
cy.get('.stacked-bar__contrib--bar')
.then((element) => {
Expand Down

0 comments on commit 6d19f2d

Please sign in to comment.