Skip to content

Commit 3666e66

Browse files
committed
test(dropdownsConfig): small test rework
1 parent b3abf23 commit 3666e66

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/tests/Cron.updateValue.test.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,8 +303,7 @@ describe('Cron update value test suite', () => {
303303
if (i < 58) {
304304
expect(screen.getByText(i)).toBeVisible()
305305
} else {
306-
expect(screen.queryByText(58)).not.toBeInTheDocument()
307-
expect(screen.queryByText(59)).not.toBeInTheDocument()
306+
expect(screen.queryByText(i)).not.toBeInTheDocument()
308307
}
309308
}
310309
})

0 commit comments

Comments
 (0)