Dialog: Cleanup in ticket tests: TODO to merge one test, fix whitespace

This commit is contained in:
Jörn Zaefferer 2012-11-16 19:46:01 +01:00
parent b694409e76
commit 299681e8f0

View File

@ -118,6 +118,7 @@ test("#6645: Missing element not found check in overlay", function(){
d1.add(d2).remove();
});
// TODO merge this with the main destroy test
test("#4980: Destroy should place element back in original DOM position", function(){
expect( 2 );
var container = $('<div id="container"><div id="modal">Content</div></div>'),