Skip to content

Commit

Permalink
Update NodeNavigation e2e test.
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Viénot <[email protected]>
  • Loading branch information
svienot committed Feb 18, 2025
1 parent 5bec9a8 commit 9e76155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/specs/NodeNavigation.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ describe('Node Navigation', () => {
.should('have.length', 7)
.eq(0)
.find('td')
.eq(1)
.eq(0)
.click()
.then(($id) => {
// cy.log('Selected node Id: ' + $id.text())
Expand Down

0 comments on commit 9e76155

Please sign in to comment.