diff options
author | Artur Signell <artur@vaadin.com> | 2012-06-29 10:06:31 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-06-29 10:06:31 +0300 |
commit | 4756e84701e34e0bd44b2b8a7525090427aca038 (patch) | |
tree | b2ae7cd2b52585c26edd31fe78dd71d23b54b609 | |
parent | e49e13eeb53719f42f7f58ce202c57ea65a56181 (diff) | |
download | vaadin-framework-4756e84701e34e0bd44b2b8a7525090427aca038.tar.gz vaadin-framework-4756e84701e34e0bd44b2b8a7525090427aca038.zip |
Hide tooltip before showing again to make test more stable
-rw-r--r-- | tests/testbench/com/vaadin/tests/fieldgroup/IntegerRangeValidator.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/testbench/com/vaadin/tests/fieldgroup/IntegerRangeValidator.html b/tests/testbench/com/vaadin/tests/fieldgroup/IntegerRangeValidator.html index 078aede82f..b7c40b4d9e 100644 --- a/tests/testbench/com/vaadin/tests/fieldgroup/IntegerRangeValidator.html +++ b/tests/testbench/com/vaadin/tests/fieldgroup/IntegerRangeValidator.html @@ -47,6 +47,12 @@ <td>vaadin=runcomvaadintestsfieldgroupBasicPersonForm::/VVerticalLayout[0]/VVerticalLayout[0]/domChild[5]/domChild[0]/domChild[1]</td> <td>v-errorindicator</td> </tr> +<!--Hide tooltip--> +<tr> + <td>showTooltip</td> + <td>vaadin=runcomvaadintestsfieldgroupBasicPersonForm::/VVerticalLayout[0]/VVerticalLayout[0]</td> + <td></td> +</tr> <!--10 -> age--> <tr> <td>enterCharacter</td> |