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

Commit 2592b4a

Browse files
committed
test: rename appendTo tests to be more descriptive
1 parent 43e9a3c commit 2592b4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/sortable.e2e.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ describe('uiSortable', function() {
416416
});
417417
});
418418

419-
it('should work when "helper: clone" and "appendTo" options are used together', function() {
419+
it('should work when "helper: clone" and "appendTo [selector]" options are used together', function() {
420420
inject(function($compile, $rootScope) {
421421
var element;
422422
element = $compile('<ul ui-sortable="opts" ng-model="items"><li ng-repeat="item in items" id="s-{{$index}}" class="sortable-item">{{ item }}</li></ul>')($rootScope);
@@ -446,7 +446,7 @@ describe('uiSortable', function() {
446446
});
447447
});
448448

449-
it('should work when "helper: clone" and "appendTo" options are used together', function() {
449+
it('should work when "helper: clone" and "appendTo [element]" options are used together', function() {
450450
inject(function($compile, $rootScope) {
451451
var element;
452452
element = $compile('<ul ui-sortable="opts" ng-model="items"><li ng-repeat="item in items" id="s-{{$index}}" class="sortable-item">{{ item }}</li></ul>')($rootScope);

0 commit comments

Comments
 (0)