]> source.dussan.org Git - vaadin-framework.git/commitdiff
Removed outdated workaround (#14405)
authorAnna Koskinen <anna@vaadin.com>
Fri, 24 Apr 2015 15:45:16 +0000 (18:45 +0300)
committerVaadin Code Review <review@vaadin.com>
Wed, 6 May 2015 11:17:30 +0000 (11:17 +0000)
Change-Id: I3b7e6c9d5f5e24589b3dac238fa78814e30d057f

uitest/src/com/vaadin/tests/components/datefield/PopupDateFieldExtendedRangeTest.java

index a4c7248d69e162344c497724a335e62420fe7f4a..410b0edac6361ea40c659e206f0657bf0d86f29c 100644 (file)
@@ -172,12 +172,6 @@ public class PopupDateFieldExtendedRangeTest extends MultiBrowserTest {
         // close the popup by clicking the button again
         dateField.findElement(By.tagName("button")).click();
 
-        // TODO: remove this once #14405 has been fixed
-        if (!getBrowsersExcludingIE().contains(getDesiredCapabilities())) {
-            // click something else outside the popup to close it
-            dateField.findElement(By.tagName("input")).click();
-        }
-
         assertFalse("popup found when there should be none",
                 isElementPresent(By.className("v-datefield-popup")));
     }