diff options
author | Artur Signell <artur@vaadin.com> | 2013-04-23 17:03:05 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2013-04-23 17:07:27 +0300 |
commit | 437c60c4e8df0ef80569c59bbf309651e84a2daa (patch) | |
tree | fd193b69786520c2f7e79f26d4a89ab88ae1f7c1 /uitest | |
parent | 169bdcb05dd6c8c5322ca9f558f9fd1fa22c8c3f (diff) | |
download | vaadin-framework-437c60c4e8df0ef80569c59bbf309651e84a2daa.tar.gz vaadin-framework-437c60c4e8df0ef80569c59bbf309651e84a2daa.zip |
Fixed screenshot identifiers
Change-Id: I7b1ca21ec7fa89f3c725151a7d3dea0493614f93
Diffstat (limited to 'uitest')
-rw-r--r-- | uitest/src/com/vaadin/tests/components/window/WindowMaximizeRestoreTest.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/uitest/src/com/vaadin/tests/components/window/WindowMaximizeRestoreTest.html b/uitest/src/com/vaadin/tests/components/window/WindowMaximizeRestoreTest.html index ed76caed54..69ea0181d5 100644 --- a/uitest/src/com/vaadin/tests/components/window/WindowMaximizeRestoreTest.html +++ b/uitest/src/com/vaadin/tests/components/window/WindowMaximizeRestoreTest.html @@ -144,8 +144,8 @@ <!--test two windows with screen shot--> <tr> <td>screenCapture</td> - <td>window-2-original-pos-window-1-centered</td> <td></td> + <td>window-2-original-pos-window-1-centered</td> </tr> <tr> <td>mouseClick</td> @@ -154,8 +154,8 @@ </tr> <tr> <td>screenCapture</td> - <td>window-1-maximized-on-top-of-window-2</td> <td></td> + <td>window-1-maximized-on-top-of-window-2</td> </tr> <tr> <td>mouseClick</td> @@ -170,8 +170,8 @@ </tr> <tr> <td>screenCapture</td> - <td>window-2-original-pos-window-1-centered-again</td> <td></td> + <td>window-2-original-pos-window-1-centered-again</td> </tr> <tr> <td>mouseClick</td> @@ -180,8 +180,8 @@ </tr> <tr> <td>screenCapture</td> - <td>window-2-maximized-on-top-of-window-1</td> <td></td> + <td>window-2-maximized-on-top-of-window-1</td> </tr> <tr> <td>mouseClick</td> @@ -190,8 +190,8 @@ </tr> <tr> <td>screenCapture</td> - <td>window-2-closed-window-1-centered</td> <td></td> + <td>window-2-closed-window-1-centered</td> </tr> <tr> <td>mouseClick</td> @@ -205,8 +205,8 @@ </tr> <tr> <td>screenCapture</td> - <td>window-2-added-maximized-on-top-of-window-1</td> <td></td> + <td>window-2-added-maximized-on-top-of-window-1</td> </tr> <tr> <td>mouseClick</td> @@ -220,8 +220,8 @@ </tr> <tr> <td>screenCapture</td> - <td>window-1-maximized-with-doubleclick</td> <td></td> + <td>window-1-maximized-with-doubleclick</td> </tr> </tbody></table> </body> |