diff options
author | Artur Signell <artur@vaadin.com> | 2013-10-07 20:16:15 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2013-10-08 09:59:20 +0300 |
commit | 0249fe09cd0eed1a24560c7e920962f5d257c50b (patch) | |
tree | b1f6e4e4cdec2373d936a4ad623e3db7649ed015 | |
parent | 14b67f28585e7ddb1e2d48e8d178f1e2389adc3b (diff) | |
download | vaadin-framework-0249fe09cd0eed1a24560c7e920962f5d257c50b.tar.gz vaadin-framework-0249fe09cd0eed1a24560c7e920962f5d257c50b.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.java | 1 |
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)); |