From dc01a9a4d85f78dba63c310fb9dc478cf1d40f8d Mon Sep 17 00:00:00 2001 From: Pekka Hyvönen Date: Thu, 15 Dec 2016 17:32:46 +0200 Subject: Update to TB 5.0.0.alpha2, add to BOM (#8009) --- uitest/ivy.xml | 2 +- .../vaadin/tests/components/notification/NotificationsWaiAriaTest.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'uitest') diff --git a/uitest/ivy.xml b/uitest/ivy.xml index 15da194adb..fa0005a552 100644 --- a/uitest/ivy.xml +++ b/uitest/ivy.xml @@ -122,7 +122,7 @@ + rev="5.0.0.alpha2" conf="build-provided -> default" /> diff --git a/uitest/src/test/java/com/vaadin/tests/components/notification/NotificationsWaiAriaTest.java b/uitest/src/test/java/com/vaadin/tests/components/notification/NotificationsWaiAriaTest.java index 7e7a267d63..362dcaffcd 100644 --- a/uitest/src/test/java/com/vaadin/tests/components/notification/NotificationsWaiAriaTest.java +++ b/uitest/src/test/java/com/vaadin/tests/components/notification/NotificationsWaiAriaTest.java @@ -118,7 +118,7 @@ public class NotificationsWaiAriaTest extends MultiBrowserTest { } private String getHiddenText(WebElement element) { - return (String) getTestBenchCommandExecutor() + return (String) getCommandExecutor() .executeScript("return arguments[0].innerHTML", element); } } -- cgit v1.2.3