Enable thumbnail test in IE and Edge.

This commit is contained in:
Renée Kooi 2018-10-08 14:23:15 +02:00
parent 8777591fb2
commit a9366ecae6
No known key found for this signature in database
GPG key ID: 8CDD5F0BC448F040

View file

@ -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 () {