diff options
author | John Ahlroos <john@vaadin.com> | 2013-08-12 16:40:36 +0300 |
---|---|---|
committer | John Ahlroos <john@vaadin.com> | 2013-08-12 16:40:36 +0300 |
commit | ba8eb2afd85e01ac6e4d36a75e868cab2c225af1 (patch) | |
tree | 8f9ce31154bc41077cd0f9058cf09925d88deace | |
parent | 186432e09d50435e3a85b9617e2b9d2ec4c2cc63 (diff) | |
download | vaadin-framework-ba8eb2afd85e01ac6e4d36a75e868cab2c225af1.tar.gz vaadin-framework-ba8eb2afd85e01ac6e4d36a75e868cab2c225af1.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: Ifc8e993969643c32fbf552aa55b8700744ecbc9d
-rw-r--r-- | uitest/src/com/vaadin/tests/components/calendar/CalendarWeeklyViewNewEvents.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/uitest/src/com/vaadin/tests/components/calendar/CalendarWeeklyViewNewEvents.html b/uitest/src/com/vaadin/tests/components/calendar/CalendarWeeklyViewNewEvents.html index fd51a0daad..6add1deba5 100644 --- a/uitest/src/com/vaadin/tests/components/calendar/CalendarWeeklyViewNewEvents.html +++ b/uitest/src/com/vaadin/tests/components/calendar/CalendarWeeklyViewNewEvents.html @@ -313,7 +313,7 @@ </tr> <tr> <td>mouseClick</td> - <td>vaadin=runcomvaadintestscomponentscalendarCalendarTest::/VWindow[0]/domChild[0]/domChild[0]/domChild[2]</td> + <td>vaadin=runcomvaadintestscomponentscalendarCalendarTest::/VWindow[0]/domChild[0]/domChild[0]/domChild[3]</td> <td>8,9</td> </tr> <!--Edit previously created events and change properties--> @@ -438,7 +438,7 @@ </tr> <tr> <td>mouseClick</td> - <td>vaadin=runcomvaadintestscomponentscalendarCalendarTest::/VWindow[0]/domChild[0]/domChild[0]/domChild[2]</td> + <td>vaadin=runcomvaadintestscomponentscalendarCalendarTest::/VWindow[0]/domChild[0]/domChild[0]/domChild[3]</td> <td>11,8</td> </tr> <tr> @@ -558,7 +558,7 @@ </tr> <tr> <td>mouseClick</td> - <td>vaadin=runcomvaadintestscomponentscalendarCalendarTest::/VWindow[0]/domChild[0]/domChild[0]/domChild[2]</td> + <td>vaadin=runcomvaadintestscomponentscalendarCalendarTest::/VWindow[0]/domChild[0]/domChild[0]/domChild[3]</td> <td>7,8</td> </tr> <tr> @@ -583,7 +583,7 @@ </tr> <tr> <td>mouseClick</td> - <td>vaadin=runcomvaadintestscomponentscalendarCalendarTest::/VWindow[0]/domChild[0]/domChild[0]/domChild[2]</td> + <td>vaadin=runcomvaadintestscomponentscalendarCalendarTest::/VWindow[0]/domChild[0]/domChild[0]/domChild[3]</td> <td>12,10</td> </tr> <!--Go to monthly view and assert inserted events--> |