diff options
-rw-r--r-- | uitest/src/com/vaadin/tests/components/calendar/CalendarActionsMenuTest.htm (renamed from uitest/src/com/vaadin/tests/components/calendar/CalendarActionsMenuTest.html) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/uitest/src/com/vaadin/tests/components/calendar/CalendarActionsMenuTest.html b/uitest/src/com/vaadin/tests/components/calendar/CalendarActionsMenuTest.htm index 3830faa7de..95f9137b79 100644 --- a/uitest/src/com/vaadin/tests/components/calendar/CalendarActionsMenuTest.html +++ b/uitest/src/com/vaadin/tests/components/calendar/CalendarActionsMenuTest.htm @@ -23,7 +23,7 @@ </tr> <tr> <td>assertText</td> - <td>//td[@id='gwt-uid-5']/div</td> + <td>//td[@class='gwt-MenuItem']/div</td> <td>ACTION</td> </tr> <tr> @@ -43,7 +43,7 @@ </tr> <tr> <td>assertText</td> - <td>//td[@id='gwt-uid-6']/div</td> + <td>//td[@class='gwt-MenuItem']/div</td> <td>ACTION</td> </tr> <tr> @@ -58,7 +58,7 @@ </tr> <tr> <td>assertText</td> - <td>//td[@id='gwt-uid-14']/div</td> + <td>//td[@class='gwt-MenuItem']/div</td> <td>ACTION</td> </tr> <tr> |