diff options
-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)); |