Skip to content

Commit

Permalink
fixing tests (WIP)
Browse files Browse the repository at this point in the history
  • Loading branch information
SteRiccio committed Oct 4, 2023
1 parent ea477d3 commit cd2439a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/e2e/tests/validationReport.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ const expectMessages = (messages) => {
)
} else {
test('Verify validation report empty', async () => {
await expectNoItems()
// await expectNoItems()
await expect(page).toHaveText('No items')
})
}

Expand Down

0 comments on commit cd2439a

Please sign in to comment.