mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-18 00:55:35 +00:00
Enable thumbnail test in IE and Edge.
This commit is contained in:
parent
8777591fb2
commit
a9366ecae6
1 changed files with 0 additions and 5 deletions
|
|
@ -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 () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue