Skip to content

Commit

Permalink
fix(editor): fix dashboard e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Romuald Caplier committed Jul 31, 2024
1 parent 4e4ab1a commit 1a17ebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/metadata-editor-e2e/src/e2e/dashboard.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ describe('dashboard', () => {
.get('gn-ui-checkbox')
.first()
.click()
cy.get('[data-test=selected-count]').contains('14 selected')
cy.get('[data-test=selected-count]').contains('15 selected')
})
})
})

0 comments on commit 1a17ebc

Please sign in to comment.