diff options
author | Sauli Tähkäpää <sauli@vaadin.com> | 2015-01-19 21:31:20 +0200 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2015-01-19 20:27:18 +0000 |
commit | 301aababf346829774ca29011285f02cd34e8f82 (patch) | |
tree | 5f3a5019b0debcc8ee7ef105ff127d2bf7c65a25 /uitest/tb2 | |
parent | cd5f548fb58d8e6aa6fbdb80c9e8c8c36e8edae1 (diff) | |
download | vaadin-framework-301aababf346829774ca29011285f02cd34e8f82.tar.gz vaadin-framework-301aababf346829774ca29011285f02cd34e8f82.zip |
Fix WindowWithInvalidCloseListenerTest. (#15408)
Change-Id: Iddf8843134b7753b22a2a4cdbcc481b7b7b7134f
Diffstat (limited to 'uitest/tb2')
-rw-r--r-- | uitest/tb2/com/vaadin/tests/components/window/WindowWithInvalidCloseListener.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/tb2/com/vaadin/tests/components/window/WindowWithInvalidCloseListener.html b/uitest/tb2/com/vaadin/tests/components/window/WindowWithInvalidCloseListener.html index 3ea1f8f732..ea4d2c3666 100644 --- a/uitest/tb2/com/vaadin/tests/components/window/WindowWithInvalidCloseListener.html +++ b/uitest/tb2/com/vaadin/tests/components/window/WindowWithInvalidCloseListener.html @@ -18,7 +18,7 @@ </tr> <tr> <td>mouseClick</td> - <td>vaadin=runcomvaadintestscomponentswindowWindowWithInvalidCloseListener::/VWindow[0]/domChild[0]/domChild[0]/domChild[3]</td> + <td>vaadin=runcomvaadintestscomponentswindowWindowWithInvalidCloseListener::/VWindow[0]/domChild[0]/domChild[0]/domChild[1]/domChild[1]</td> <td>6,7</td> </tr> <tr> |