aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSauli Tähkäpää <sauli@vaadin.com>2015-02-09 12:59:18 +0200
committerLeif Åstrand <leif@vaadin.com>2015-02-10 10:52:29 +0200
commita72e56dd5850195d81cd006dfdca35105d535bda (patch)
tree13dea2a1c7a0509ac099431dfbb01c3ffc535f3c
parent92c3905a54f697f63de62b7e9b76c3e0745d8d9b (diff)
downloadvaadin-framework-a72e56dd5850195d81cd006dfdca35105d535bda.tar.gz
vaadin-framework-a72e56dd5850195d81cd006dfdca35105d535bda.zip
Adjust ContextMenuSizeTest to work with Chrome 40.
Change-Id: I8e2562e5833684e07dfc3ceb754fa043af69f5f1
-rw-r--r--uitest/src/com/vaadin/tests/components/table/ContextMenuSizeTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/src/com/vaadin/tests/components/table/ContextMenuSizeTest.java b/uitest/src/com/vaadin/tests/components/table/ContextMenuSizeTest.java
index bb7001bc97..6583406fd2 100644
--- a/uitest/src/com/vaadin/tests/components/table/ContextMenuSizeTest.java
+++ b/uitest/src/com/vaadin/tests/components/table/ContextMenuSizeTest.java
@@ -53,7 +53,7 @@ public class ContextMenuSizeTest extends MultiBrowserTest {
windowHeight = y + initialHeight + 90;
} else if (isElementPresent(By.className("v-ch"))) {
// Chrome does something wrong with window height
- windowHeight = y + initialHeight + 20;
+ windowHeight = y + initialHeight + 50;
}
getDriver().manage().window()
.setSize(new Dimension(size.getWidth(), windowHeight));