Placeholder is not moved in drag and drop test #24576
Unanswered
kgalushchak
asked this question in
Questions and Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am creating a test for drag and drop functionality. The app uses Angular and ui-sortable, so I am using mouse events in my tests:
During the test the item is being moved, though, after a
mouseup
it is being placed at its initial position because the placeholder is never moved (it stays at the initial position of the item being dragged while it is expected to move together with the mouse).I've tried everything mentioned in #1542, I also tried
dispatchEvent()
, but I can not get a placeholder to move.Does anyone have an idea how to make a placeholder to move?
UPD. It looks like the issue exists only in Electron browser.
Beta Was this translation helpful? Give feedback.
All reactions