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.java8
1 files changed, 3 insertions, 5 deletions
diff --git a/uitest/src/com/vaadin/tests/tb3/AbstractTB3Test.java b/uitest/src/com/vaadin/tests/tb3/AbstractTB3Test.java
index fbb04c2022..712ef94397 100644
--- a/uitest/src/com/vaadin/tests/tb3/AbstractTB3Test.java
+++ b/uitest/src/com/vaadin/tests/tb3/AbstractTB3Test.java
@@ -148,11 +148,9 @@ public abstract class AbstractTB3Test extends TestBenchTestCase {
protected abstract void setupLocalDriver();
/**
- * Opens the given test (defined by {@link #getTestUrl(boolean, boolean)},
- * optionally with debug window and/or push
- *
- * @param debug
- * @param push
+ * Opens the given test (defined by {@link #getTestUrl()}, optionally with
+ * debug window and/or push (depending on {@link #isDebug()} and
+ * {@link #isPush()}.
*/
protected void openTestURL() {
driver.get(getTestUrl());