diff options
author | Henri Sara <hesara@vaadin.com> | 2015-11-16 14:13:32 +0200 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2015-11-24 12:19:05 +0000 |
commit | 90e3121453e23c00648942eb21f7354d9f198065 (patch) | |
tree | 29c5a1a440174a466131ae403dbfb95be360dd35 /uitest | |
parent | 9c0eeb4b697ffa1db8f44a91724c9d612e4add50 (diff) | |
download | vaadin-framework-90e3121453e23c00648942eb21f7354d9f198065.tar.gz vaadin-framework-90e3121453e23c00648942eb21f7354d9f198065.zip |
Fix some TB2 tests for Calendar (#19227)
Fix the commands in some TB2 tests broken by the test change
from #19227.
Screenshots of several calendar tests including these also
need to be updated.
Change-Id: I3bb000fccb9772ffe5be4ceebb599cc7c1f9697f
Diffstat (limited to 'uitest')
3 files changed, 6 insertions, 6 deletions
diff --git a/uitest/tb2/com/vaadin/tests/components/calendar/CalendarEventSizingNoOverlap.html b/uitest/tb2/com/vaadin/tests/components/calendar/CalendarEventSizingNoOverlap.html index dcf6c1ec53..8ee5f49050 100644 --- a/uitest/tb2/com/vaadin/tests/components/calendar/CalendarEventSizingNoOverlap.html +++ b/uitest/tb2/com/vaadin/tests/components/calendar/CalendarEventSizingNoOverlap.html @@ -25,7 +25,7 @@ <!-- Open add-event popup, enter event between 12:45-13:15 --> <tr> <td>click</td> - <td>vaadin=runcomvaadintestscomponentscalendarCalendarTest::/VGridLayout[0]/VHorizontalLayout[0]/Slot[6]/VButton[0]/domChild[0]/domChild[0]</td> + <td>vaadin=runcomvaadintestscomponentscalendarCalendarTest::/VGridLayout[0]/VHorizontalLayout[0]/Slot[7]/VButton[0]/domChild[0]/domChild[0]</td> <td></td> </tr> <tr> @@ -51,7 +51,7 @@ <!-- Open add-event popup, enter event between 13:15-13:25 --> <tr> <td>click</td> - <td>vaadin=runcomvaadintestscomponentscalendarCalendarTest::/VGridLayout[0]/VHorizontalLayout[0]/Slot[6]/VButton[0]/domChild[0]/domChild[0]</td> + <td>vaadin=runcomvaadintestscomponentscalendarCalendarTest::/VGridLayout[0]/VHorizontalLayout[0]/Slot[7]/VButton[0]/domChild[0]/domChild[0]</td> <td></td> </tr> <tr> @@ -77,7 +77,7 @@ <!-- Open add-event popup, enter event between 13:25-13:55 --> <tr> <td>click</td> - <td>vaadin=runcomvaadintestscomponentscalendarCalendarTest::/VGridLayout[0]/VHorizontalLayout[0]/Slot[6]/VButton[0]/domChild[0]/domChild[0]</td> + <td>vaadin=runcomvaadintestscomponentscalendarCalendarTest::/VGridLayout[0]/VHorizontalLayout[0]/Slot[7]/VButton[0]/domChild[0]/domChild[0]</td> <td></td> </tr> <tr> diff --git a/uitest/tb2/com/vaadin/tests/components/calendar/CalendarMonthlyViewNewEvent.html b/uitest/tb2/com/vaadin/tests/components/calendar/CalendarMonthlyViewNewEvent.html index 760beef6c0..a21ec7214a 100644 --- a/uitest/tb2/com/vaadin/tests/components/calendar/CalendarMonthlyViewNewEvent.html +++ b/uitest/tb2/com/vaadin/tests/components/calendar/CalendarMonthlyViewNewEvent.html @@ -19,7 +19,7 @@ <!--Create new event with the button--> <tr> <td>click</td> - <td>vaadin=runcomvaadintestscomponentscalendarCalendarTest::/VGridLayout[0]/VHorizontalLayout[0]/Slot[6]/VButton[0]/domChild[0]/domChild[0]</td> + <td>vaadin=runcomvaadintestscomponentscalendarCalendarTest::/VGridLayout[0]/VHorizontalLayout[0]/Slot[7]/VButton[0]/domChild[0]/domChild[0]</td> <td></td> </tr> <tr> diff --git a/uitest/tb2/com/vaadin/tests/components/calendar/CalendarWeeklyViewNewEvents.html b/uitest/tb2/com/vaadin/tests/components/calendar/CalendarWeeklyViewNewEvents.html index f2702420f1..7f848c731b 100644 --- a/uitest/tb2/com/vaadin/tests/components/calendar/CalendarWeeklyViewNewEvents.html +++ b/uitest/tb2/com/vaadin/tests/components/calendar/CalendarWeeklyViewNewEvents.html @@ -242,7 +242,7 @@ <!--Enter new event--> <tr> <td>click</td> - <td>vaadin=runcomvaadintestscomponentscalendarCalendarTest::/VGridLayout[0]/VHorizontalLayout[0]/Slot[6]/VButton[0]/domChild[0]/domChild[0]</td> + <td>vaadin=runcomvaadintestscomponentscalendarCalendarTest::/VGridLayout[0]/VHorizontalLayout[0]/Slot[7]/VButton[0]/domChild[0]/domChild[0]</td> <td></td> </tr> <tr> @@ -371,7 +371,7 @@ <!--Create new event--> <tr> <td>click</td> - <td>vaadin=runcomvaadintestscomponentscalendarCalendarTest::/VGridLayout[0]/VHorizontalLayout[0]/Slot[6]/VButton[0]/domChild[0]/domChild[0]</td> + <td>vaadin=runcomvaadintestscomponentscalendarCalendarTest::/VGridLayout[0]/VHorizontalLayout[0]/Slot[7]/VButton[0]/domChild[0]/domChild[0]</td> <td></td> </tr> <tr> |