summaryrefslogtreecommitdiffstats
path: root/uitest/src/com/vaadin/tests/tb3/AbstractTB3Test.java
diff options
context:
space:
mode:
Diffstat (limited to 'uitest/src/com/vaadin/tests/tb3/AbstractTB3Test.java')
-rw-r--r--uitest/src/com/vaadin/tests/tb3/AbstractTB3Test.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/uitest/src/com/vaadin/tests/tb3/AbstractTB3Test.java b/uitest/src/com/vaadin/tests/tb3/AbstractTB3Test.java
index 1c5fb380ab..e463f666d9 100644
--- a/uitest/src/com/vaadin/tests/tb3/AbstractTB3Test.java
+++ b/uitest/src/com/vaadin/tests/tb3/AbstractTB3Test.java
@@ -238,6 +238,7 @@ public abstract class AbstractTB3Test extends TestBenchTestCase {
WebDriver dr = TestBench.createDriver(new RemoteWebDriver(
new URL(getHubURL()), capabilities));
setDriver(dr);
+ return;
} catch (Exception e) {
System.err.println("Browser startup for " + capabilities
+ " failed on attempt " + i + ": " + e.getMessage());