Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit d33d7c9

Browse files
committed
refactor(sortable.e2e.multi.spec): proper clean-up DOM elements
1 parent 92a5c0f commit d33d7c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/sortable.e2e.multi.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ describe('uiSortable', function() {
9898
expect(itemsTop).toEqual(listContent(elementTop));
9999
expect(itemsBottom).toEqual(listContent(elementBottom));
100100

101-
$(elementTop).remove();
102-
$(elementBottom).remove();
101+
$(wrapperBottom).remove();
102+
$(wrapperTop).remove();
103103
});
104104
});
105105

0 commit comments

Comments
 (0)