diff options
author | John Ahlroos <john@vaadin.com> | 2013-07-29 13:16:40 +0300 |
---|---|---|
committer | John Ahlroos <john@vaadin.com> | 2013-07-29 13:16:40 +0300 |
commit | 421922705b6e5bd2abf6a11d83f5b4a4791f968a (patch) | |
tree | f5bf94f5082aab783018b373699f802471afc454 | |
parent | 938d4123064a99dda6b01fe0595fc83b3f76ab70 (diff) | |
download | vaadin-framework-421922705b6e5bd2abf6a11d83f5b4a4791f968a.tar.gz vaadin-framework-421922705b6e5bd2abf6a11d83f5b4a4791f968a.zip |
Fixed wrong classname in WindowThemes TB test #12171
Change-Id: I23ce7ba8a87c119ada78bba1d4735c4d8404b4f8
-rw-r--r-- | uitest/src/com/vaadin/tests/components/window/WindowThemes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/src/com/vaadin/tests/components/window/WindowThemes.html b/uitest/src/com/vaadin/tests/components/window/WindowThemes.html index a93c280984..7e8d8af53d 100644 --- a/uitest/src/com/vaadin/tests/components/window/WindowThemes.html +++ b/uitest/src/com/vaadin/tests/components/window/WindowThemes.html @@ -13,7 +13,7 @@ </thead><tbody> <tr> <td>open</td> - <td>/run/com.vaadin.tests.components.window.WindowLightDarkThemes</td> + <td>/run/com.vaadin.tests.components.window.WindowThemes</td> <td></td> </tr> <tr> |