]> source.dussan.org Git - vaadin-framework.git/commitdiff
Actually open integration test.
authorArtur Signell <artur@vaadin.com>
Mon, 7 Oct 2013 17:16:15 +0000 (20:16 +0300)
committerVaadin Code Review <review@vaadin.com>
Tue, 8 Oct 2013 05:47:13 +0000 (05:47 +0000)
Regression since the change in test behavior (no longer automatically
opens test URL)

Change-Id: I1c4efc9b5b5c8a28818afa6f91af1a8b159354b4

uitest/src/com/vaadin/tests/integration/ServletIntegrationTestTB3.java

index ae83083d85740dc404931caf22f08b7f646eb5b7..2a2f8ab3d1ec7b0b43116b9b6c6f6dcbbd833e9d 100644 (file)
@@ -31,6 +31,7 @@ public abstract class ServletIntegrationTestTB3 extends
 
     @Test
     public void runTest() throws IOException, AssertionError {
+        openTestURL();
         compareScreen("initial");
 
         WebElement cell = vaadinElement(getTableCell(getTable(), 0, 1));