aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/com/vaadin/tests/components
diff options
context:
space:
mode:
authorJuho Nurminen <juho@vaadin.com>2014-02-07 15:18:24 +0200
committerJuho Nurminen <juho@vaadin.com>2014-02-07 15:22:46 +0200
commit0ab789973a24db3e6b4187bde745f3fe8f81e4d3 (patch)
tree9e9de741c9cb46365ed89b65c6059ec2d69a23f7 /uitest/src/com/vaadin/tests/components
parent4a027d600fb2c1f0cfa1e4d6660e6a5645912c70 (diff)
downloadvaadin-framework-0ab789973a24db3e6b4187bde745f3fe8f81e4d3.tar.gz
vaadin-framework-0ab789973a24db3e6b4187bde745f3fe8f81e4d3.zip
Added missing exception declarations to TB3 tests
Change-Id: If81520024c16faa92ba84d91e669dab03a843eb9
Diffstat (limited to 'uitest/src/com/vaadin/tests/components')
-rw-r--r--uitest/src/com/vaadin/tests/components/orderedlayout/NestedLayoutCaptionHoverTest.java2
-rw-r--r--uitest/src/com/vaadin/tests/components/window/TooltipInWindowTest.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/uitest/src/com/vaadin/tests/components/orderedlayout/NestedLayoutCaptionHoverTest.java b/uitest/src/com/vaadin/tests/components/orderedlayout/NestedLayoutCaptionHoverTest.java
index 904a4dd6f0..95a2c9f493 100644
--- a/uitest/src/com/vaadin/tests/components/orderedlayout/NestedLayoutCaptionHoverTest.java
+++ b/uitest/src/com/vaadin/tests/components/orderedlayout/NestedLayoutCaptionHoverTest.java
@@ -33,7 +33,7 @@ import com.vaadin.tests.tb3.MultiBrowserTest;
public class NestedLayoutCaptionHoverTest extends MultiBrowserTest {
@Test
- public void testTooltipInNestedLayout() {
+ public void testTooltipInNestedLayout() throws Exception {
openTestURL();
WebElement caption = getDriver().findElement(
diff --git a/uitest/src/com/vaadin/tests/components/window/TooltipInWindowTest.java b/uitest/src/com/vaadin/tests/components/window/TooltipInWindowTest.java
index 8f9538db7a..0e11041e3b 100644
--- a/uitest/src/com/vaadin/tests/components/window/TooltipInWindowTest.java
+++ b/uitest/src/com/vaadin/tests/components/window/TooltipInWindowTest.java
@@ -35,7 +35,7 @@ import com.vaadin.tests.tb3.MultiBrowserTest;
public class TooltipInWindowTest extends MultiBrowserTest {
@Test
- public void testTooltipsInSubWindow() {
+ public void testTooltipsInSubWindow() throws Exception {
openTestURL();
WebElement textfield = vaadinElementById("tf1");