]> source.dussan.org Git - vaadin-framework.git/commit
Fix the upload test for IE11 (at least). (#8035)
authorDenis <denis@vaadin.com>
Mon, 19 Dec 2016 11:56:48 +0000 (13:56 +0200)
committerHenri Sara <henri.sara@gmail.com>
Mon, 19 Dec 2016 11:56:48 +0000 (13:56 +0200)
commit2f3f4170ee03ac07a8d66fb572fb29d54dfb1046
tree6ff588d2cea27e3dcb6d176a2eceea3dcdd8a633
parentf9241d9054bb070afe8fc92160aab0cd18dd943c
Fix the upload test for IE11 (at least). (#8035)

The upload test should use an Upload in non-immediate mode because the
file name is written in-line into the Upload text input and the button
is used to upload a file without showing a file chooser dialog. The test
for upload in immediate mode works for Chrome (no file chooser window
issue) but it doesn't work for IE11 (at least, may be the same issue for
FF).
So the test UI is just updated to use non-immediate mode.
uitest/src/main/java/com/vaadin/tests/components/upload/TestFileUpload.java