summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2013-10-07 20:16:15 +0300
committerVaadin Code Review <review@vaadin.com>2013-10-08 05:47:13 +0000
commit10bcbdc652c6a61a0adbb8a8b357402ab1b65e2f (patch)
tree70115fcf695cde9b56e97fba54d36c552bced55a
parent64530550abb89aa59d05f824e949f58ba05f1202 (diff)
downloadvaadin-framework-10bcbdc652c6a61a0adbb8a8b357402ab1b65e2f.tar.gz
vaadin-framework-10bcbdc652c6a61a0adbb8a8b357402ab1b65e2f.zip
Actually open integration test.
Regression since the change in test behavior (no longer automatically opens test URL) Change-Id: I1c4efc9b5b5c8a28818afa6f91af1a8b159354b4
-rw-r--r--uitest/src/com/vaadin/tests/integration/ServletIntegrationTestTB3.java1
1 files changed, 1 insertions, 0 deletions
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));