diff options
author | Artur Signell <artur@vaadin.com> | 2013-04-29 13:58:46 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2013-04-29 11:54:21 +0000 |
commit | fcad91d2c8710dd89dd2a1fb5ea11dc71cac51a1 (patch) | |
tree | e323c5291bde6f1c655027cbac45a559e365b72e /uitest/src | |
parent | 235d0200c04881e9f99fee17ce55627402d2711a (diff) | |
download | vaadin-framework-fcad91d2c8710dd89dd2a1fb5ea11dc71cac51a1.tar.gz vaadin-framework-fcad91d2c8710dd89dd2a1fb5ea11dc71cac51a1.zip |
Added workaround for #11737 to test
Change-Id: I9541abb5835c6851c3eea0d7567b4a848dc605d0
Diffstat (limited to 'uitest/src')
-rw-r--r-- | uitest/src/com/vaadin/tests/components/window/WindowMaximizeRestoreTest.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/uitest/src/com/vaadin/tests/components/window/WindowMaximizeRestoreTest.html b/uitest/src/com/vaadin/tests/components/window/WindowMaximizeRestoreTest.html index 69ea0181d5..945564f298 100644 --- a/uitest/src/com/vaadin/tests/components/window/WindowMaximizeRestoreTest.html +++ b/uitest/src/com/vaadin/tests/components/window/WindowMaximizeRestoreTest.html @@ -162,6 +162,17 @@ <td>vaadin=runcomvaadintestscomponentswindowWindowMaximizeRestoreTest::/VWindow[0]/FocusableScrollPanel[0]/VVerticalLayout[0]/Slot[0]/VNativeButton[0]</td> <td>43,12</td> </tr> +<!--Remove the following two commands once #11737 is fixed--> +<tr> + <td>mouseClick</td> + <td>vaadin=runcomvaadintestscomponentswindowWindowMaximizeRestoreTest::/VWindow[0]/FocusableScrollPanel[0]/VVerticalLayout[0]/Slot[0]/VNativeButton[0]</td> + <td>43,12</td> +</tr> +<tr> + <td>mouseClick</td> + <td>vaadin=runcomvaadintestscomponentswindowWindowMaximizeRestoreTest::/VWindow[0]/FocusableScrollPanel[0]/VVerticalLayout[0]/Slot[0]/VNativeButton[0]</td> + <td>43,12</td> +</tr> <!--maximize window 2 content--> <tr> <td>mouseClick</td> |