]> source.dussan.org Git - vaadin-framework.git/commitdiff
Adjust ContextMenuSizeTest to work with Chrome 40.
authorSauli Tähkäpää <sauli@vaadin.com>
Mon, 9 Feb 2015 10:59:18 +0000 (12:59 +0200)
committerLeif Åstrand <leif@vaadin.com>
Tue, 10 Feb 2015 08:52:29 +0000 (10:52 +0200)
Change-Id: I8e2562e5833684e07dfc3ceb754fa043af69f5f1

uitest/src/com/vaadin/tests/components/table/ContextMenuSizeTest.java

index bb7001bc974c0bcb50603e6174cc7df6da02cd3a..6583406fd2c2e12420205a9e3de7b6363b464f6b 100644 (file)
@@ -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));