diff options
author | Henri Sara <hesara@vaadin.com> | 2012-12-20 15:25:19 +0000 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2012-12-20 15:25:19 +0000 |
commit | 3f4c7a849dc219b3d458248bb812fa827ba2c898 (patch) | |
tree | ceb34d88f06b4d11b90254a1e603f32fc19d6cfe | |
parent | c8c1fe19bf3f31cb00e523fc78a484470df880d3 (diff) | |
parent | 7627f72cd6b4bd9fc898cb6164c4eed8f8d08e0c (diff) | |
download | vaadin-framework-3f4c7a849dc219b3d458248bb812fa827ba2c898.tar.gz vaadin-framework-3f4c7a849dc219b3d458248bb812fa827ba2c898.zip |
Merge "Fixed locator in test"
-rw-r--r-- | uitest/src/com/vaadin/tests/layouts/TestLayoutClickListeners.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/uitest/src/com/vaadin/tests/layouts/TestLayoutClickListeners.html b/uitest/src/com/vaadin/tests/layouts/TestLayoutClickListeners.html index a3f46626c0..496994a60c 100644 --- a/uitest/src/com/vaadin/tests/layouts/TestLayoutClickListeners.html +++ b/uitest/src/com/vaadin/tests/layouts/TestLayoutClickListeners.html @@ -190,12 +190,12 @@ <!--Drag in AbsoluteLayout--> <tr> <td>drag</td> - <td>vaadin=runcomvaadintestslayoutsTestLayoutClickListeners::/VVerticalLayout[0]/VOrderedLayout$Slot[1]/VHorizontalLayout[0]/VOrderedLayout$Slot[2]/VAbsoluteLayout[0]/domChild[0]/domChild[0]/domChild[3]/domChild[0]/domChild[0]</td> + <td>vaadin=runcomvaadintestslayoutsTestLayoutClickListeners::/VVerticalLayout[0]/VOrderedLayout$Slot[1]/VHorizontalLayout[0]/VOrderedLayout$Slot[2]/VAbsoluteLayout[0]/domChild[0]/domChild[0]/domChild[3]/domChild[0]</td> <td>21,9</td> </tr> <tr> <td>drop</td> - <td>vaadin=runcomvaadintestslayoutsTestLayoutClickListeners::/VVerticalLayout[0]/VOrderedLayout$Slot[1]/VHorizontalLayout[0]/VOrderedLayout$Slot[2]/VAbsoluteLayout[0]/domChild[0]/domChild[0]/domChild[3]/domChild[0]/domChild[0]</td> + <td>vaadin=runcomvaadintestslayoutsTestLayoutClickListeners::/VVerticalLayout[0]/VOrderedLayout$Slot[1]/VHorizontalLayout[0]/VOrderedLayout$Slot[2]/VAbsoluteLayout[0]/domChild[0]/domChild[0]/domChild[3]/domChild[0]</td> <td>21,9</td> </tr> <tr> |