-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WRP-3197: Create DropManager qa-sample and unit tests #721
Conversation
Codecov ReportBase: 82.21% // Head: 83.87% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## develop #721 +/- ##
===========================================
+ Coverage 82.21% 83.87% +1.66%
===========================================
Files 120 120
Lines 4447 4447
Branches 1223 1223
===========================================
+ Hits 3656 3730 +74
+ Misses 628 564 -64
+ Partials 163 153 -10
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
6939407
to
98d4cc6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
samples/qa-drag-and-drop/src/components/CustomLayout/CustomLayout.js
Outdated
Show resolved
Hide resolved
Co-authored-by: Seungcheon Baek <5037955+0x64@users.noreply.github.com>
Enact-DCO-1.0-Signed-off-by: Stanca Pop stanca.pop@lgepartner.com
Checklist
Issue Resolved / Feature Added
Investigate DropManger for list drag & drop feature.
Resolution
Added qa-sampler and unit tests.
Additional Considerations
Drag and drop uses HTML Drag and Drop API and could not be tested with React Testing Library.
Links
WRP-3197
Comments