소스 검색

Removed outdated workaround

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

Change-Id: I6a4425861cb650f901362a00308339745c85955c
tags/7.4.7
Anna Koskinen 9 년 전
부모
커밋
c6b4f55338
1개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  1. 0
    6
      uitest/src/com/vaadin/tests/components/datefield/PopupDateFieldExtendedRangeTest.java

+ 0
- 6
uitest/src/com/vaadin/tests/components/datefield/PopupDateFieldExtendedRangeTest.java 파일 보기

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

Loading…
취소
저장