summaryrefslogtreecommitdiffstats
path: root/uitest
diff options
context:
space:
mode:
authorPekka Hyvönen <pekka@vaadin.com>2016-12-15 17:32:46 +0200
committerHenri Sara <henri.sara@gmail.com>2016-12-15 17:32:46 +0200
commitdc01a9a4d85f78dba63c310fb9dc478cf1d40f8d (patch)
tree77d3b5aa8c820bb2a01a4ab2085f0fca0ced88fa /uitest
parent6185ad5d4e8d81fe9e59580b48343ec9d74bc8dc (diff)
downloadvaadin-framework-dc01a9a4d85f78dba63c310fb9dc478cf1d40f8d.tar.gz
vaadin-framework-dc01a9a4d85f78dba63c310fb9dc478cf1d40f8d.zip
Update to TB 5.0.0.alpha2, add to BOM (#8009)
Diffstat (limited to 'uitest')
-rw-r--r--uitest/ivy.xml2
-rw-r--r--uitest/src/test/java/com/vaadin/tests/components/notification/NotificationsWaiAriaTest.java2
2 files changed, 2 insertions, 2 deletions
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 @@
<dependency org="org.hsqldb" name="hsqldb" rev="2.2.6"
conf="build -> default" />
<dependency org="com.vaadin" name="vaadin-testbench"
- rev="5.0.0.alpha1" conf="build-provided -> default" />
+ rev="5.0.0.alpha2" conf="build-provided -> default" />
<!-- This should be removed once tests have been updated to use lang3 -->
<dependency org="commons-lang" name="commons-lang"
rev="2.6" conf="build -> 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);
}
}