diff options
author | Artur Signell <artur@vaadin.com> | 2012-10-24 14:19:46 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-10-24 14:19:46 +0300 |
commit | ebe89817d7318eb9451e97f4e216645507bb9797 (patch) | |
tree | 9c8884ed10712c3f8f99076c5183046a1f323686 | |
parent | ea5bac4aa112dc723892849df7d6499ea530b41c (diff) | |
download | vaadin-framework-ebe89817d7318eb9451e97f4e216645507bb9797.tar.gz vaadin-framework-ebe89817d7318eb9451e97f4e216645507bb9797.zip |
Fixed broken locators
Change-Id: I0d1a2b426057afab7cc7d380983a6201cbd7c129
-rw-r--r-- | uitest/src/com/vaadin/tests/components/datefield/PopupDateFieldResolutions.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/uitest/src/com/vaadin/tests/components/datefield/PopupDateFieldResolutions.html b/uitest/src/com/vaadin/tests/components/datefield/PopupDateFieldResolutions.html index 8ecf9a4731..d799c776d0 100644 --- a/uitest/src/com/vaadin/tests/components/datefield/PopupDateFieldResolutions.html +++ b/uitest/src/com/vaadin/tests/components/datefield/PopupDateFieldResolutions.html @@ -390,7 +390,7 @@ </tr> <tr> <td>mouseClick</td> - <td>vaadin=runcomvaadintestscomponentsdatefieldPopupDateFields::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/domChild[1]</td> + <td>vaadin=runcomvaadintestscomponentsdatefieldPopupDateFields::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]</td> <td>129,26</td> </tr> <!--Check resolution month functionality--> @@ -481,7 +481,7 @@ </tr> <tr> <td>mouseClick</td> - <td>vaadin=runcomvaadintestscomponentsdatefieldPopupDateFields::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/domChild[1]/domChild[0]</td> + <td>vaadin=runcomvaadintestscomponentsdatefieldPopupDateFields::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/domChild[1]</td> <td>174,3</td> </tr> <tr> @@ -557,7 +557,7 @@ </tr> <tr> <td>mouseClick</td> - <td>vaadin=runcomvaadintestscomponentsdatefieldPopupDateFields::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/domChild[1]/domChild[0]</td> + <td>vaadin=runcomvaadintestscomponentsdatefieldPopupDateFields::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]</td> <td>193,12</td> </tr> <tr> @@ -797,7 +797,7 @@ </tr> <tr> <td>mouseClick</td> - <td>vaadin=runcomvaadintestscomponentsdatefieldPopupDateFields::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/domChild[1]/domChild[0]</td> + <td>vaadin=runcomvaadintestscomponentsdatefieldPopupDateFields::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]</td> <td>185,8</td> </tr> <tr> @@ -863,7 +863,7 @@ </tr> <tr> <td>mouseClick</td> - <td>vaadin=runcomvaadintestscomponentsdatefieldPopupDateFields::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/domChild[7]/domChild[0]</td> + <td>vaadin=runcomvaadintestscomponentsdatefieldPopupDateFields::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]</td> <td>286,10</td> </tr> <tr> |