Change-Id: If81520024c16faa92ba84d91e669dab03a843eb9
public class NestedLayoutCaptionHoverTest extends MultiBrowserTest {
@Test
- public void testTooltipInNestedLayout() {
+ public void testTooltipInNestedLayout() throws Exception {
openTestURL();
WebElement caption = getDriver().findElement(
public class TooltipInWindowTest extends MultiBrowserTest {
@Test
- public void testTooltipsInSubWindow() {
+ public void testTooltipsInSubWindow() throws Exception {
openTestURL();
WebElement textfield = vaadinElementById("tf1");
public class PushLargeDataLongPollingTest extends MultiBrowserTest {
@Test
- public void testLongPollingLargeData() {
+ public void testLongPollingLargeData() throws Exception {
openTestURL();
// Without this there is a large chance that we will wait for all pushes
}
- private void push() {
+ private void push() throws InterruptedException {
// Wait for startButton to be present
waitForElementToBePresent(vaadinLocatorById("startButton"));