diff options
author | Leif Åstrand <leif@vaadin.com> | 2012-03-08 17:00:55 +0200 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2012-03-08 17:00:55 +0200 |
commit | 7d05736b74e898d679ece44c984c870ee50c0e51 (patch) | |
tree | 628dea376c6429c727c2e2711d284c9476aeab02 | |
parent | 8ab2e6d4a0e890899e58d4f01ea03e773abe974a (diff) | |
download | vaadin-framework-7d05736b74e898d679ece44c984c870ee50c0e51.tar.gz vaadin-framework-7d05736b74e898d679ece44c984c870ee50c0e51.zip |
Update dom selectors for window caption
-rw-r--r-- | tests/testbench/com/vaadin/tests/components/window/WindowCaptionTest.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/testbench/com/vaadin/tests/components/window/WindowCaptionTest.html b/tests/testbench/com/vaadin/tests/components/window/WindowCaptionTest.html index 83889aedb8..a9a6fd621e 100644 --- a/tests/testbench/com/vaadin/tests/components/window/WindowCaptionTest.html +++ b/tests/testbench/com/vaadin/tests/components/window/WindowCaptionTest.html @@ -18,7 +18,7 @@ </tr> <tr> <td>assertText</td> - <td>vaadin=runcomvaadintestscomponentswindowWindowTest::PID_StestComponent/domChild[0]/domChild[0]/domChild[0]/domChild[1]/domChild[0]</td> + <td>vaadin=runcomvaadintestscomponentswindowWindowTest::PID_StestComponent/domChild[0]/domChild[0]/domChild[0]/domChild[0]</td> <td>Short</td> </tr> <tr> @@ -43,7 +43,7 @@ </tr> <tr> <td>assertText</td> - <td>vaadin=runcomvaadintestscomponentswindowWindowTest::PID_StestComponent/domChild[0]/domChild[0]/domChild[0]/domChild[1]/domChild[0]</td> + <td>vaadin=runcomvaadintestscomponentswindowWindowTest::PID_StestComponent/domChild[0]/domChild[0]/domChild[0]/domChild[0]</td> <td>This is a semi-long text that might wrap.</td> </tr> <tr> @@ -68,7 +68,7 @@ </tr> <tr> <td>assertText</td> - <td>vaadin=runcomvaadintestscomponentswindowWindowTest::PID_StestComponent/domChild[0]/domChild[0]/domChild[0]/domChild[1]/domChild[0]</td> + <td>vaadin=runcomvaadintestscomponentswindowWindowTest::PID_StestComponent/domChild[0]/domChild[0]/domChild[0]/domChild[0]</td> <td></td> </tr> |