Skip to content

Commit

Permalink
chore: Remove scrolling in select test
Browse files Browse the repository at this point in the history
  • Loading branch information
Al-Dani committed Jan 27, 2025
1 parent 17f2d91 commit 9b483f1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/select/__integ__/select.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,6 @@ test(
const { height: actualDropdownHeight } = await page.getBoundingBox(optionsSelector);
const availableDropdownHeight = smallestContainerHeight - triggerHeight;
expect(actualDropdownHeight).toBeLessThan(availableDropdownHeight);
const { top: containerScrollTop } = await page.getElementScroll('#smallest_container');
expect(containerScrollTop).toBe(0);
})
);

Expand Down

0 comments on commit 9b483f1

Please sign in to comment.