diff options
author | Jonatan Kronqvist <jonatan.kronqvist@itmill.com> | 2011-04-01 10:56:52 +0000 |
---|---|---|
committer | Jonatan Kronqvist <jonatan.kronqvist@itmill.com> | 2011-04-01 10:56:52 +0000 |
commit | bc4667b8692449b42a1dc691ebbb5f3313625b50 (patch) | |
tree | 2f7960b2a913e5ccf349779a33dd506620c37dde | |
parent | f7a316ebb3461a7579f9b4dc872e3d4f8da5390c (diff) | |
download | vaadin-framework-bc4667b8692449b42a1dc691ebbb5f3313625b50.tar.gz vaadin-framework-bc4667b8692449b42a1dc691ebbb5f3313625b50.zip |
Updated testbench recording that broke due to changed test case layout in rev [18068]
svn changeset:18075/svn branch:6.5
-rw-r--r-- | tests/src/com/vaadin/tests/components/table/TableScrollsOnSelection.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/src/com/vaadin/tests/components/table/TableScrollsOnSelection.html b/tests/src/com/vaadin/tests/components/table/TableScrollsOnSelection.html index 7be7e3760d..dff3dcbc48 100644 --- a/tests/src/com/vaadin/tests/components/table/TableScrollsOnSelection.html +++ b/tests/src/com/vaadin/tests/components/table/TableScrollsOnSelection.html @@ -29,9 +29,9 @@ </tr> <!--Select the last item (79)--> <tr> - <td>mouseClick</td> - <td>vaadin=runcomvaadintestscomponentstableTableScrollsOnSelection::/VVerticalLayout[0]/ChildComponentContainer[0]/VScrollTable[0]/domChild[1]/domChild[0]/domChild[1]/domChild[0]/domChild[79]/domChild[0]/domChild[0]</td> - <td>38,-892</td> + <td>mouseClick</td> + <td>vaadin=runcomvaadintestscomponentstableTableScrollsOnSelection::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[0]/VScrollTable[0]/domChild[1]/domChild[0]/domChild[1]/domChild[0]/domChild[79]/domChild[0]/domChild[0]</td> + <td>38,-892</td> </tr> <!--Ensure the page is not scrolled to the beginning--> <tr> |