CH18 / E129|Drag and Drop|Mon, 2 Sep ’13
Too Many Events
Our tests are triggering too many events, and it’s probably because we’re not cleaning up our event handlers after each test. We hack in a solution to prove we understand the fix, then test-drive a more elegant solution by modifying our HtmlElement abstraction.