Skip to content

Commit

Permalink
test(dropdownsConfig): small test rework
Browse files Browse the repository at this point in the history
  • Loading branch information
xrutayisire committed Nov 8, 2023
1 parent b3abf23 commit 3666e66
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/tests/Cron.updateValue.test.tsx
Expand Up @@ -303,8 +303,7 @@ describe('Cron update value test suite', () => {
if (i < 58) {
expect(screen.getByText(i)).toBeVisible()
} else {
expect(screen.queryByText(58)).not.toBeInTheDocument()
expect(screen.queryByText(59)).not.toBeInTheDocument()
expect(screen.queryByText(i)).not.toBeInTheDocument()
}
}
})
Expand Down

0 comments on commit 3666e66

Please sign in to comment.