diff options
author | Artur Signell <artur@vaadin.com> | 2012-03-23 14:09:21 +0200 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-03-23 16:31:25 +0200 |
commit | d96185087fc1861fb523f84037df575aa0c36b9f (patch) | |
tree | 14cbd14bc497fcbb307e90383a8f4311451d1f8c /tests | |
parent | 78e0d82f171fa310fba01a691aad5d78b7e22dd1 (diff) | |
download | vaadin-framework-d96185087fc1861fb523f84037df575aa0c36b9f.tar.gz vaadin-framework-d96185087fc1861fb523f84037df575aa0c36b9f.zip |
Fixed invalid locator string
Diffstat (limited to 'tests')
-rw-r--r-- | tests/testbench/com/vaadin/tests/layouts/TestLayoutClickListeners.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testbench/com/vaadin/tests/layouts/TestLayoutClickListeners.html b/tests/testbench/com/vaadin/tests/layouts/TestLayoutClickListeners.html index 743d59c007..317e13ac80 100644 --- a/tests/testbench/com/vaadin/tests/layouts/TestLayoutClickListeners.html +++ b/tests/testbench/com/vaadin/tests/layouts/TestLayoutClickListeners.html @@ -59,7 +59,7 @@ </tr> <tr> <td>mouseClick</td> - <td>vaadin=runcomvaadintestslayoutsTestLayoutClickListeners::/VVerticalLayout[0]/ChildComponentContainer[1]/VHorizontalLayout[0]/ChildComponentContainer[0]/VVerticalLayout[0]/ChildComponentContainer[1]/VGridLayout[0]/domChild[0]/domChild[0]/domChild[1]</td> + <td>vaadin=runcomvaadintestslayoutsTestLayoutClickListeners::/VVerticalLayout[0]/ChildComponentContainer[1]/VHorizontalLayout[0]/ChildComponentContainer[0]/VVerticalLayout[0]/ChildComponentContainer[1]/VGridLayout[0]/domChild[0]</td> <td>87,42</td> </tr> <tr> |