Pārlūkot izejas kodu

Removed outdated workaround

There was a workaround for the old TestBench issue #14405.

Change-Id: I6a4425861cb650f901362a00308339745c85955c
tags/7.4.7
Anna Koskinen pirms 9 gadiem
vecāks
revīzija
c6b4f55338

+ 0
- 6
uitest/src/com/vaadin/tests/components/datefield/PopupDateFieldExtendedRangeTest.java Parādīt failu

@@ -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")));
}

Notiek ielāde…
Atcelt
Saglabāt