clauderic / clauderic/react-sortable-hoc
Integration Testing
- Dominant language
- JavaScript
- Stars
- 10.9k
- Forks
- 959
- PR merge metrics
- No merged PRs in 30d
Description
We are trying to simulate the drag and drop event, but when one item is selected(mouse on hold to it) the visibility is set to hidden. We were able to simulate drag and drop because of this reason. Is there a walk around to it. FYI, we are using
`driver.execute_script(js + "$('#one').simulateDragDrop({ dropTarget: '#bin'});")`
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the integration-testing case using driver.execute_script and simulateDragDrop with the #one and #bin selectors. Investigate why the selected item becomes hidden during the simulated drag, then verify that a drag-and-drop workaround or fix behaves correctly in the integration test scenario.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react
- Domain
- frontend, testing
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100