aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/com/vaadin/tests/components/label
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2013-09-27 13:14:36 +0300
committerVaadin Code Review <review@vaadin.com>2013-09-27 11:56:48 +0000
commitb235d9c4e166197f3369694feec8d8f12a93c49d (patch)
tree76b219ff9d3128988013bfb64cc7a56fee54f536 /uitest/src/com/vaadin/tests/components/label
parenta5795f346e077268eb77edef09d902fba57d5804 (diff)
downloadvaadin-framework-b235d9c4e166197f3369694feec8d8f12a93c49d.tar.gz
vaadin-framework-b235d9c4e166197f3369694feec8d8f12a93c49d.zip
Refactor how TB3 tests are written (#12572)
* openTestUrl() must be called in the beginning of each test. Before that setPush and setDebug can be used to determine whether /run-push or ?debug should be used in the URL Change-Id: Ie70996fcbdb2769fcd4ec56cb878e20198e02bf6
Diffstat (limited to 'uitest/src/com/vaadin/tests/components/label')
-rw-r--r--uitest/src/com/vaadin/tests/components/label/LabelModes.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/uitest/src/com/vaadin/tests/components/label/LabelModes.java b/uitest/src/com/vaadin/tests/components/label/LabelModes.java
index 1959447a4b..9e51978743 100644
--- a/uitest/src/com/vaadin/tests/components/label/LabelModes.java
+++ b/uitest/src/com/vaadin/tests/components/label/LabelModes.java
@@ -10,6 +10,7 @@ public class LabelModes extends ComponentTestCase<Label> {
public static class LabelModesTest extends SimpleMultiBrowserTest {
@Override
public void test() throws Exception {
+ openTestURL();
compareScreen("labelmodes");
}