diff options
author | Artur Signell <artur.signell@itmill.com> | 2010-08-30 12:25:41 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2010-08-30 12:25:41 +0000 |
commit | fcd2699d64d420da6dfa180d09396070d6c3ca4a (patch) | |
tree | ada1e7c4eed21093a4b51abee70c9d28016bb7e5 /tests | |
parent | 540e43379c405d8a90ee756b87fe90f989c3a149 (diff) | |
download | vaadin-framework-fcd2699d64d420da6dfa180d09396070d6c3ca4a.tar.gz vaadin-framework-fcd2699d64d420da6dfa180d09396070d6c3ca4a.zip |
Fixed invalid locators
svn changeset:14655/svn branch:6.4
Diffstat (limited to 'tests')
-rw-r--r-- | tests/src/com/vaadin/tests/components/datefield/PopupDateFieldMonth.html | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/tests/src/com/vaadin/tests/components/datefield/PopupDateFieldMonth.html b/tests/src/com/vaadin/tests/components/datefield/PopupDateFieldMonth.html index 5b51521fa0..7e27d44dbb 100644 --- a/tests/src/com/vaadin/tests/components/datefield/PopupDateFieldMonth.html +++ b/tests/src/com/vaadin/tests/components/datefield/PopupDateFieldMonth.html @@ -23,7 +23,7 @@ </tr>
<tr>
<td>mouseClick</td>
- <td>vaadin=runcomvaadintestscomponentsdatefieldCustomDateFormats::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[1]/VGridLayout[0]/AbsolutePanel[0]/ChildComponentContainer[1]/VPopupCalendar[0]/domChild[1]</td>
+ <td>vaadin=runcomvaadintestscomponentsdatefieldCustomDateFormats::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[1]/VGridLayout[0]/AbsolutePanel[0]/ChildComponentContainer[2]/VPopupCalendar[0]/domChild[1]</td>
<td>10,14</td>
</tr>
<tr>
@@ -33,12 +33,12 @@ </tr>
<tr>
<td>enterCharacter</td>
- <td>vaadin=runcomvaadintestscomponentsdatefieldCustomDateFormats::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[1]/VGridLayout[0]/AbsolutePanel[0]/ChildComponentContainer[1]/VPopupCalendar[0]/domChild[0]</td>
- <td>1.1 2010</td>
+ <td>vaadin=runcomvaadintestscomponentsdatefieldCustomDateFormats::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[1]/VGridLayout[0]/AbsolutePanel[0]/ChildComponentContainer[2]/VPopupCalendar[0]/domChild[0]</td>
+ <td>1 1 2010</td>
</tr>
<tr>
<td>mouseClick</td>
- <td>vaadin=runcomvaadintestscomponentsdatefieldCustomDateFormats::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[1]/VGridLayout[0]/AbsolutePanel[0]/ChildComponentContainer[1]/VPopupCalendar[0]/domChild[1]</td>
+ <td>vaadin=runcomvaadintestscomponentsdatefieldCustomDateFormats::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[1]/VGridLayout[0]/AbsolutePanel[0]/ChildComponentContainer[2]/VPopupCalendar[0]/domChild[1]</td>
<td>14,13</td>
</tr>
<tr>
@@ -46,7 +46,6 @@ <td>vaadin=runcomvaadintestscomponentsdatefieldCustomDateFormats::Root/VOverlay[0]/VCalendarPanel[0]/domChild[1]/domChild[0]/domChild[2]/domChild[0]</td>
<td>January 2010</td>
</tr>
-
</tbody></table>
</body>
</html>
|