Metadata
- Source
- FLUID-4049
- Type
- Task
- Priority
- Major
- Status
- Open
- Resolution
- N/A
- Assignee
- Michelle D'Souza
- Reporter
- heidi valles
- Created
2011-02-02T14:17:05.768-0500 - Updated
2014-04-02T15:04:34.053-0400 - Versions
-
- 1.3
- 1.4
- 1.5
- Fixed Versions
- N/A
- Component
-
- Testing Infrastructure
Description
Turn the following from a manual-test to automated.
From readme:
Dynamic Reorderer - this will be turned into a unit test
To run this test:
1. open dynamic-reorderer.html in a browser
2. move one of the items to a different place in the list
3. click the new div button
4. move the item above the new div to below the new div
5. move the new div to a different place in the list
Comments
-
Antranig Basman commented
2014-02-09T03:49:06.678-0500 It might also be useful to take this opportunity to create an automated test covering mouse-based interaction for the Reorderer which is something, like the issue reported here, which can often fall between the cracks until we get around to running some manual tests again. It seems that since we wrote the Reorderer, improvements in the "jquery simulate" plugin (currently held here: https://github.com/jquery/jquery-simulate ) have made it much more straightforward to produce test cases simulating complex mouse interactions, including dragging.