From 650dae3aeab76273413c39fb521ce0252ec0e162 Mon Sep 17 00:00:00 2001 From: John Ahlroos Date: Mon, 12 Aug 2013 15:09:03 +0300 Subject: [PATCH] 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 --- .../tests/components/window/WindowWithInvalidCloseListener.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ mouseClick - vaadin=runcomvaadintestscomponentswindowWindowWithInvalidCloseListener::/VWindow[0]/domChild[0]/domChild[0]/domChild[2] + vaadin=runcomvaadintestscomponentswindowWindowWithInvalidCloseListener::/VWindow[0]/domChild[0]/domChild[0]/domChild[3] 6,7 -- 2.39.5