Skip to content

Commit

Permalink
Merge pull request #954 from geonetwork/me-fix-e2e-tests
Browse files Browse the repository at this point in the history
EDITOR: Fix dashboard e2e test
  • Loading branch information
rcaplier authored Jul 31, 2024
2 parents 4e4ab1a + 1a17ebc commit 42a43a2
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 42a43a2

Please sign in to comment.