diff options
author | Artur Signell <artur.signell@itmill.com> | 2010-09-14 16:50:26 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2010-09-14 16:50:26 +0000 |
commit | 9e4ce4e04f101886222780b018d935b48f4f989c (patch) | |
tree | 56f5188d02ba2c6161987b3c07b3d4c43da599b0 | |
parent | 14f4091791f91d28c3a827148f4af848642bc3bd (diff) | |
download | vaadin-framework-9e4ce4e04f101886222780b018d935b48f4f989c.tar.gz vaadin-framework-9e4ce4e04f101886222780b018d935b48f4f989c.zip |
Removed assert because TestBench does not enter text correctly using keyPress in any browser except Firefox
svn changeset:14917/svn branch:6.4
-rw-r--r-- | tests/src/com/vaadin/tests/components/abstractfield/ShortcutAddAndRemove.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/src/com/vaadin/tests/components/abstractfield/ShortcutAddAndRemove.html b/tests/src/com/vaadin/tests/components/abstractfield/ShortcutAddAndRemove.html index d249e564ee..e61f227939 100644 --- a/tests/src/com/vaadin/tests/components/abstractfield/ShortcutAddAndRemove.html +++ b/tests/src/com/vaadin/tests/components/abstractfield/ShortcutAddAndRemove.html @@ -125,11 +125,12 @@ <td>vaadin=runcomvaadintestscomponentsabstractfieldShortcutAddAndRemove::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[0]/VVerticalLayout[0]/ChildComponentContainer[0]/VLabel[0]</td>
<td>2. Log button was clicked</td>
</tr>
-<tr>
+<!-- Commented out because TestBench does not enter the text correctly using keyPress in any browser except Firefox -->
+<!-- <tr>
<td>assertValue</td>
<td>vaadin=runcomvaadintestscomponentsabstractfieldShortcutAddAndRemove::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[2]/VTextArea[0]</td>
<td>row1<br />row2</td>
-</tr>
+</tr>-->
<!--Add shortcut again-->
<tr>
<td>click</td>
|