diff options
author | Artur Signell <artur@vaadin.com> | 2012-06-29 10:55:19 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-06-29 12:16:21 +0300 |
commit | 5356cc4c6a21ef188c1327bdc2732d5e878c156b (patch) | |
tree | c704b106f6ff3837a5ecce0200e5a3d3927c923a | |
parent | 009cb0df4030a6b769a203ea0ce58d39b8c5bdc5 (diff) | |
download | vaadin-framework-5356cc4c6a21ef188c1327bdc2732d5e878c156b.tar.gz vaadin-framework-5356cc4c6a21ef188c1327bdc2732d5e878c156b.zip |
Use showTooltip instead of mouseOver
-rw-r--r-- | tests/testbench/com/vaadin/tests/components/formlayout/FormLayoutErrorHover.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testbench/com/vaadin/tests/components/formlayout/FormLayoutErrorHover.html b/tests/testbench/com/vaadin/tests/components/formlayout/FormLayoutErrorHover.html index f6fc12af0a..7733da4e95 100644 --- a/tests/testbench/com/vaadin/tests/components/formlayout/FormLayoutErrorHover.html +++ b/tests/testbench/com/vaadin/tests/components/formlayout/FormLayoutErrorHover.html @@ -28,7 +28,7 @@ </tr> <!--Hover error indicator--> <tr> - <td>mouseOver</td> + <td>showTooltip</td> <td>vaadin=runcomvaadintestscomponentsformlayoutFormLayoutErrorHover::/VVerticalLayout[0]/VVerticalLayout[0]/VFormLayout[0]/domChild[0]/domChild[1]/domChild[0]/domChild[1]/domChild[0]/domChild[0]</td> <td></td> </tr> |