-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Labels
type:bugSomething isn't working as expectedSomething isn't working as expected
Description
Summary
When selecting a value having scroll down a bit makes the page scroll down a little bit when the multiselect box updates to include the selected value, making the Cypress tests screen captures not equal sometimes due to the scrolling event happening in the same moment as the screen capture, sometimes a bit after sometimes a bit before.
as can be seen in the image above, that scroll occurred just by changing the value.
Steps to reproduce
What are the steps we should take to reproduce the bug:
- Run multiselect script and navigate to it.
- scroll down a little bit so the scroll is not at starting position
- update the value of a multiselect box and see the page move on its own.
Expected behavior:
Page should not scroll down because a value was updated, it is acceptable for the page to grow but now to scroll down.
Actual behavior:
Page scrolls down when updating multiselect box values.
Metadata
Metadata
Assignees
Labels
type:bugSomething isn't working as expectedSomething isn't working as expected
