Skip to content

Commit 233238a

Browse files
committed
Fixed tests following the UI CSS class changes.
1 parent e94aad8 commit 233238a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/test.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* jQuery File Upload Plugin Test 7.3
2+
* jQuery File Upload Plugin Test 7.4.1
33
* https://github.com/blueimp/jQuery-File-Upload
44
*
55
* Copyright 2010, Sebastian Tschan
@@ -869,7 +869,7 @@ $(function () {
869869
$('#fileupload').data('fileupload'))
870870
._renderDownload(files)
871871
.appendTo($('#fileupload .files')).show()
872-
.find('.delete input').click();
872+
.find('.toggle').click();
873873
buttonbar.find('.delete').click();
874874
});
875875

@@ -938,7 +938,7 @@ $(function () {
938938
}])
939939
.appendTo($('#fileupload .files'))
940940
.show()
941-
.find('.delete input').click();
941+
.find('.toggle').click();
942942
$('#fileupload .fileupload-buttonbar .delete').click();
943943
});
944944

@@ -1044,7 +1044,7 @@ $(function () {
10441044
}])
10451045
.appendTo($('#fileupload .files'))
10461046
.show()
1047-
.find('.delete input').click();
1047+
.find('.toggle').click();
10481048
$('#fileupload .fileupload-buttonbar .delete').click();
10491049
});
10501050

0 commit comments

Comments
 (0)