diff options
author | John Ahlroos <john@vaadin.com> | 2013-08-12 15:09:03 +0300 |
---|---|---|
committer | John Ahlroos <john@vaadin.com> | 2013-08-12 15:09:03 +0300 |
commit | 650dae3aeab76273413c39fb521ce0252ec0e162 (patch) | |
tree | fac4f612956167b441dadd29711a4bc0ec416167 /uitest | |
parent | d9479ea06c3eab2b6a5a68552261106b5872c327 (diff) | |
download | vaadin-framework-650dae3aeab76273413c39fb521ce0252ec0e162.tar.gz vaadin-framework-650dae3aeab76273413c39fb521ce0252ec0e162.zip |
Fixed DOM path in test after accessability improvement #11874
The WAI-ARIA fix added an element to the Window header making the dom
path in the test invalid.
Change-Id: I32592496d95b8fc0238e4a3a651b6ebc21f46f46
Diffstat (limited to 'uitest')
-rw-r--r-- | uitest/src/com/vaadin/tests/components/window/WindowWithInvalidCloseListener.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/src/com/vaadin/tests/components/window/WindowWithInvalidCloseListener.html b/uitest/src/com/vaadin/tests/components/window/WindowWithInvalidCloseListener.html index fa63e5e1e6..3ea1f8f732 100644 --- a/uitest/src/com/vaadin/tests/components/window/WindowWithInvalidCloseListener.html +++ b/uitest/src/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[2]</td> + <td>vaadin=runcomvaadintestscomponentswindowWindowWithInvalidCloseListener::/VWindow[0]/domChild[0]/domChild[0]/domChild[3]</td> <td>6,7</td> </tr> <tr> |