Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
m-akinc committed Feb 29, 2024
1 parent 2262417 commit b28098b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nimble-components/src/select/tests/select.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ describe('Select', () => {
await clickAndWaitForOpen(element);
await waitForUpdatesAsync();

expect(element.scrollableRegion.scrollTop).toBeCloseTo(9074);
expect(element.scrollableRegion.scrollTop).toBeGreaterThan(8000);

element.value = '0';
await waitForUpdatesAsync();
Expand Down

0 comments on commit b28098b

Please sign in to comment.