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

Commit 19dfc6c

Browse files
committed
Merge pull request #236 from thgreasi/master
fix(nested.spec): minor tweak for chrome37
2 parents c138cab + 9ce1e52 commit 19dfc6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sortable.e2e.nested.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ describe('uiSortable', function() {
104104
// drop it to the outter list
105105
li1 = elementTree.find('.innerList:last').find('li:last');
106106
li2 = elementTree.find('> li:first');
107-
simulateElementDrag(li1, li2, { place: 'above', extradx: -10, extrady: -5 });
107+
simulateElementDrag(li1, li2, { place: 'above', extradx: -10, extrady: -6 });
108108
expect($rootScope.items.map(function(x){ return x.text; }))
109109
.toEqual(['Item 2.2', 'Item 2']);
110110
expect($rootScope.items.map(function(x){ return x.text; }))

0 commit comments

Comments
 (0)