diff options
author | Sauli Tähkäpää <sauli@vaadin.com> | 2015-01-19 21:45:47 +0200 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2015-01-19 20:27:37 +0000 |
commit | a8b429861077bac0eb7de3c2c98fa6d54a31ed82 (patch) | |
tree | 5782bfc43908c06ae79e89c7470a888421ef069a /uitest/tb2/com/vaadin | |
parent | 301aababf346829774ca29011285f02cd34e8f82 (diff) | |
download | vaadin-framework-a8b429861077bac0eb7de3c2c98fa6d54a31ed82.tar.gz vaadin-framework-a8b429861077bac0eb7de3c2c98fa6d54a31ed82.zip |
Fix SubWindowOrderTest. (#15408)
Change-Id: Idd2e5b2a910488d157e113fd58492bae6c8f3b2d
Diffstat (limited to 'uitest/tb2/com/vaadin')
-rw-r--r-- | uitest/tb2/com/vaadin/tests/components/window/SubWindowOrder.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/uitest/tb2/com/vaadin/tests/components/window/SubWindowOrder.html b/uitest/tb2/com/vaadin/tests/components/window/SubWindowOrder.html index 6fd99caa19..f0ccddcce4 100644 --- a/uitest/tb2/com/vaadin/tests/components/window/SubWindowOrder.html +++ b/uitest/tb2/com/vaadin/tests/components/window/SubWindowOrder.html @@ -90,7 +90,7 @@ <!--Close window 4, which is the topmost window--> <tr> <td>mouseClick</td> - <td>vaadin=runcomvaadintestscomponentswindowSubWindowOrder::/VWindow[3]/domChild[0]/domChild[0]/domChild[3]</td> + <td>vaadin=runcomvaadintestscomponentswindowSubWindowOrder::/VWindow[3]/domChild[0]/domChild[0]/domChild[1]/domChild[1]</td> <td>11,15</td> </tr> <tr> @@ -101,7 +101,7 @@ <!--Close Dialog 3 (topmost)--> <tr> <td>mouseClick</td> - <td>vaadin=runcomvaadintestscomponentswindowSubWindowOrder::/VWindow[2]/domChild[0]/domChild[0]/domChild[3]</td> + <td>vaadin=runcomvaadintestscomponentswindowSubWindowOrder::/VWindow[2]/domChild[0]/domChild[0]/domChild[1]/domChild[1]</td> <td>6,8</td> </tr> <!--Make Dialog 5 (topmost) non-modal--> @@ -139,7 +139,7 @@ <!--Close dialog 5--> <tr> <td>mouseClick</td> - <td>vaadin=runcomvaadintestscomponentswindowSubWindowOrder::/VWindow[2]/domChild[0]/domChild[0]/domChild[3]</td> + <td>vaadin=runcomvaadintestscomponentswindowSubWindowOrder::/VWindow[2]/domChild[0]/domChild[0]/domChild[1]/domChild[1]</td> <td>10,5</td> </tr> <tr> |