aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/com/vaadin/tests/components/orderedlayout/CaptionLeakTest.java
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2014-05-13 11:07:34 +0300
committerArtur Signell <artur@vaadin.com>2014-05-13 11:07:54 +0300
commitfa3ff0db2a945b2fd153090a8c3bd0686010df48 (patch)
tree3599d28acfd365ffc9c8b0ebe086d6ef6a413447 /uitest/src/com/vaadin/tests/components/orderedlayout/CaptionLeakTest.java
parentb617f03223f249a5bbcadf5d14d9128c67ad3e3e (diff)
downloadvaadin-framework-fa3ff0db2a945b2fd153090a8c3bd0686010df48.tar.gz
vaadin-framework-fa3ff0db2a945b2fd153090a8c3bd0686010df48.zip
Ensure correct tab is open in debug window
Change-Id: I6a2745c59c468aa2fbc45032a8478f533494b181
Diffstat (limited to 'uitest/src/com/vaadin/tests/components/orderedlayout/CaptionLeakTest.java')
-rw-r--r--uitest/src/com/vaadin/tests/components/orderedlayout/CaptionLeakTest.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/uitest/src/com/vaadin/tests/components/orderedlayout/CaptionLeakTest.java b/uitest/src/com/vaadin/tests/components/orderedlayout/CaptionLeakTest.java
index 92a70d4691..0fbd0e5f69 100644
--- a/uitest/src/com/vaadin/tests/components/orderedlayout/CaptionLeakTest.java
+++ b/uitest/src/com/vaadin/tests/components/orderedlayout/CaptionLeakTest.java
@@ -26,6 +26,7 @@ public class CaptionLeakTest extends MultiBrowserTest {
public void testCaptionLeak() throws Exception {
setDebug(true);
openTestURL();
+ openDebugLogTab();
// this should be present
// 3 general non-connector elements, none accumulated on click
@@ -54,6 +55,7 @@ public class CaptionLeakTest extends MultiBrowserTest {
public void testNoCaptionLeak() throws Exception {
setDebug(true);
openTestURL();
+ openDebugLogTab();
getDriver().findElement(By.xpath("//button[@title = 'Clear log']"))
.click();