diff options
author | Artur Signell <artur@vaadin.com> | 2012-12-20 12:46:27 +0200 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-12-20 12:46:27 +0200 |
commit | 7627f72cd6b4bd9fc898cb6164c4eed8f8d08e0c (patch) | |
tree | fa09454469080253ec12a1909ee4b08f7e348bb6 /uitest/src/com/vaadin/tests/layouts | |
parent | 6ddbc1aba9a3ec1dfaeac6682e40613a427fff12 (diff) | |
download | vaadin-framework-7627f72cd6b4bd9fc898cb6164c4eed8f8d08e0c.tar.gz vaadin-framework-7627f72cd6b4bd9fc898cb6164c4eed8f8d08e0c.zip |
Fixed locator in test
Change-Id: I4247a41a3712448e1c44f4751d94c19b452790e7
Diffstat (limited to 'uitest/src/com/vaadin/tests/layouts')
-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> |