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

fix(nested.spec): minor tweak for chrome37 #236

Merged
merged 1 commit into from
Jul 27, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/sortable.e2e.nested.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ describe('uiSortable', function() {
// drop it to the outter list
li1 = elementTree.find('.innerList:last').find('li:last');
li2 = elementTree.find('> li:first');
simulateElementDrag(li1, li2, { place: 'above', extradx: -10, extrady: -5 });
simulateElementDrag(li1, li2, { place: 'above', extradx: -10, extrady: -6 });
expect($rootScope.items.map(function(x){ return x.text; }))
.toEqual(['Item 2.2', 'Item 2']);
expect($rootScope.items.map(function(x){ return x.text; }))
Expand Down