From 10bcbdc652c6a61a0adbb8a8b357402ab1b65e2f Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Mon, 7 Oct 2013 20:16:15 +0300 Subject: [PATCH] Actually open integration test. Regression since the change in test behavior (no longer automatically opens test URL) Change-Id: I1c4efc9b5b5c8a28818afa6f91af1a8b159354b4 --- .../com/vaadin/tests/integration/ServletIntegrationTestTB3.java | 1 + 1 file changed, 1 insertion(+) diff --git a/uitest/src/com/vaadin/tests/integration/ServletIntegrationTestTB3.java b/uitest/src/com/vaadin/tests/integration/ServletIntegrationTestTB3.java index ae83083d85..2a2f8ab3d1 100644 --- a/uitest/src/com/vaadin/tests/integration/ServletIntegrationTestTB3.java +++ b/uitest/src/com/vaadin/tests/integration/ServletIntegrationTestTB3.java @@ -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)); -- 2.39.5