diff options
author | Artur Signell <artur@vaadin.com> | 2012-12-06 12:42:28 +0200 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-12-06 12:42:28 +0200 |
commit | d976f43ba192ed338d2fe02787baccaa26f6ccb6 (patch) | |
tree | 98597be3fb4f852d8ae1a5bf7e8a7b11a851480d /uitest | |
parent | 5b83a88961c237ee32f6398d7d0fe3f0e99f9027 (diff) | |
download | vaadin-framework-d976f43ba192ed338d2fe02787baccaa26f6ccb6.tar.gz vaadin-framework-d976f43ba192ed338d2fe02787baccaa26f6ccb6.zip |
Fixed test to work with update test class
Change-Id: If01dac50a1b07d2dba087711cc364309efd6315a
Diffstat (limited to 'uitest')
-rw-r--r-- | uitest/src/com/vaadin/tests/components/table/TableTooltips.html | 28 |
1 files changed, 21 insertions, 7 deletions
diff --git a/uitest/src/com/vaadin/tests/components/table/TableTooltips.html b/uitest/src/com/vaadin/tests/components/table/TableTooltips.html index 989fb865c5..13ceea935f 100644 --- a/uitest/src/com/vaadin/tests/components/table/TableTooltips.html +++ b/uitest/src/com/vaadin/tests/components/table/TableTooltips.html @@ -17,7 +17,7 @@ <td></td> </tr> <tr> - <td>showTooltip</td> + <td>mouseMove</td> <td>vaadin=runcomvaadintestscomponentstableTableItemDescriptionGeneratorTest::PID_Stable/domChild[1]/domChild[0]/domChild[1]/domChild[0]/domChild[3]/domChild[0]/domChild[0]</td> <td>57,5</td> </tr> @@ -29,7 +29,7 @@ <tr> <td>assertText</td> <td>vaadin=runcomvaadintestscomponentstableTableItemDescriptionGeneratorTest::Root/VTooltip[0]/FlowPanel[0]/domChild[1]</td> - <td>Cell description item 3,Text - Cell description</td> + <td>Cell description item 3,Text</td> </tr> <tr> <td>mouseClick</td> @@ -37,8 +37,23 @@ <td>810,153</td> </tr> <tr> - <td>showTooltip</td> - <td>vaadin=runcomvaadintestscomponentstableTableItemDescriptionGeneratorTest::PID_Stable/domChild[1]/domChild[0]/domChild[1]/domChild[0]/domChild[1]/domChild[1]/domChild[0]</td> + <td>mouseClick</td> + <td>vaadin=runcomvaadintestscomponentstableTableItemDescriptionGeneratorTest::/VVerticalLayout[0]/VOrderedLayout$Slot[1]/VVerticalLayout[0]/domChild[3]</td> + <td>355,350</td> +</tr> +<tr> + <td>drag</td> + <td>vaadin=runcomvaadintestscomponentstableTableItemDescriptionGeneratorTest::/VVerticalLayout[0]/VOrderedLayout$Slot[1]/VVerticalLayout[0]/domChild[3]</td> + <td>822,249</td> +</tr> +<tr> + <td>drop</td> + <td>vaadin=runcomvaadintestscomponentstableTableItemDescriptionGeneratorTest::PID_Stable/domChild[1]/domChild[0]/domChild[1]/domChild[0]/domChild[1]/domChild[1]</td> + <td>90,12</td> +</tr> +<tr> + <td>mouseMove</td> + <td>vaadin=runcomvaadintestscomponentstableTableItemDescriptionGeneratorTest::PID_Stable/domChild[1]/domChild[0]/domChild[1]/domChild[0]/domChild[1]</td> <td>57,12</td> </tr> <tr> @@ -57,7 +72,7 @@ <td>1011,283</td> </tr> <tr> - <td>showTooltip</td> + <td>mouseMove</td> <td>vaadin=runcomvaadintestscomponentstableTableItemDescriptionGeneratorTest::PID_Stable/FocusableScrollPanel[0]/VScrollTable$VScrollTableBody[0]/VScrollTable$VScrollTableBody$VScrollTableRow[4]/VTextField[0]</td> <td>58,10</td> </tr> @@ -69,9 +84,8 @@ <tr> <td>assertText</td> <td>vaadin=runcomvaadintestscomponentstableTableItemDescriptionGeneratorTest::Root/VTooltip[0]/FlowPanel[0]/domChild[1]</td> - <td>Textfields own description</td> + <td>Textfield's own description</td> </tr> - </tbody></table> </body> </html> |