浏览代码

Enable thumbnail test in IE and Edge.

Renée Kooi 6 年之前
父节点
当前提交
a9366ecae6
共有 1 个文件被更改,包括 0 次插入5 次删除
  1. 0 5
      test/endtoend/thumbnails/test.js

+ 0 - 5
test/endtoend/thumbnails/test.js

@@ -21,11 +21,6 @@ describe('ThumbnailGenerator', () => {
   })
 
   it('should generate thumbnails for images', function () {
-    // FIXME why isn't the selectFakeFile alternative below working?
-    if (!supportsChooseFile()) {
-      return this.skip()
-    }
-
     $('#uppyThumbnails .uppy-FileInput-input').waitForExist()
 
     browser.execute(/* must be valid ES5 for IE */ function () {