aboutsummaryrefslogtreecommitdiffstats
path: root/uitest
diff options
context:
space:
mode:
authorPatrik Lindström <patrik@vaadin.com>2013-08-07 11:08:13 +0300
committerVaadin Code Review <review@vaadin.com>2013-08-07 08:49:12 +0000
commit325cdf92e93135df2ba1ca990223bfc507bff4b8 (patch)
tree823ec3802cd324448e821e70b07ea6d65a924942 /uitest
parent2d5a10718e1ef794e223a143f387595c0ef68ca4 (diff)
downloadvaadin-framework-325cdf92e93135df2ba1ca990223bfc507bff4b8.tar.gz
vaadin-framework-325cdf92e93135df2ba1ca990223bfc507bff4b8.zip
Disable failing calendar Actions Menu Test (#12181)
This test cannot be completed in a smart fashion until TestBench 3 is in use, because of differences in the DOM structure created by GWT for IE and Opera, versus Webkit and Gecko browsers. TB2 requires identical DOM structure for assertion queries to work. Change-Id: I6f5f9aac1c25e4e105459da215db080b031b2aab
Diffstat (limited to 'uitest')
-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>