diff options
author | Artur Signell <artur.signell@itmill.com> | 2011-10-04 06:19:15 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2011-10-04 06:19:15 +0000 |
commit | 85692a315ada965f2a7f35b6558cd5d78f8ae28d (patch) | |
tree | 779cf43d1e4954e689becb3488dee8952d2e5101 /tests | |
parent | 5c0406e002df22460d03ddf28ef28dd9c7112466 (diff) | |
download | vaadin-framework-85692a315ada965f2a7f35b6558cd5d78f8ae28d.tar.gz vaadin-framework-85692a315ada965f2a7f35b6558cd5d78f8ae28d.zip |
Updated locators due to #3725
svn changeset:21534/svn branch:6.7
Diffstat (limited to 'tests')
-rw-r--r-- | tests/testbench/com/vaadin/tests/components/datefield/CommitInvalid.html | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/tests/testbench/com/vaadin/tests/components/datefield/CommitInvalid.html b/tests/testbench/com/vaadin/tests/components/datefield/CommitInvalid.html index 9c498f1df2..29ad93c6c6 100644 --- a/tests/testbench/com/vaadin/tests/components/datefield/CommitInvalid.html +++ b/tests/testbench/com/vaadin/tests/components/datefield/CommitInvalid.html @@ -49,7 +49,7 @@ </tr> <tr> <td>assertText</td> - <td>vaadin=runcomvaadintestscomponentsdatefieldCommitInvalid::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[0]/VForm[0]/domChild[0]/domChild[3]/domChild[0]</td> + <td>vaadin=runcomvaadintestscomponentsdatefieldCommitInvalid::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[0]/VForm[0]/domChild[0]/domChild[2]/domChild[0]</td> <td>Not an integer</td> </tr> <tr> @@ -125,7 +125,7 @@ </tr> <tr> <td>assertText</td> - <td>vaadin=runcomvaadintestscomponentsdatefieldCommitInvalid::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[0]/VForm[0]/domChild[0]/domChild[3]/domChild[0]</td> + <td>vaadin=runcomvaadintestscomponentsdatefieldCommitInvalid::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[0]/VForm[0]/domChild[0]/domChild[2]/domChild[0]</td> <td>Date format not recognized</td> </tr> <!--null date field, commit--> @@ -202,7 +202,7 @@ </tr> <tr> <td>assertText</td> - <td>vaadin=runcomvaadintestscomponentsdatefieldCommitInvalid::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[0]/VForm[0]/domChild[0]/domChild[3]/domChild[0]</td> + <td>vaadin=runcomvaadintestscomponentsdatefieldCommitInvalid::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[0]/VForm[0]/domChild[0]/domChild[2]/domChild[0]</td> <td>Date format not recognized</td> </tr> <tr> @@ -245,7 +245,6 @@ <td>vaadin=runcomvaadintestscomponentsdatefieldCommitInvalid::PID_SLog_row_0</td> <td>18. Integer: Field: 22 Property: 22</td> </tr> - </tbody></table> </body> </html> |