Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
markgrahamdawson committed Jan 15, 2025
1 parent db1fefe commit 9778387
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/e2e/specs/graph.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,6 @@ describe('Graph View', () => {
.children()
.should('have.length', 7)
.should('be.visible')

})
})

Expand All @@ -313,4 +312,4 @@ describe('Flow nums', () => {
cy.get('@flowNone')
.contains('sleepy')
})
})
})

0 comments on commit 9778387

Please sign in to comment.