diff options
-rw-r--r-- | uitest/src/com/vaadin/tests/components/button/ButtonTooltips.html | 2 | ||||
-rw-r--r-- | uitest/src/com/vaadin/tests/components/window/SubWindows.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/uitest/src/com/vaadin/tests/components/button/ButtonTooltips.html b/uitest/src/com/vaadin/tests/components/button/ButtonTooltips.html index 13fdf52c76..93f4585000 100644 --- a/uitest/src/com/vaadin/tests/components/button/ButtonTooltips.html +++ b/uitest/src/com/vaadin/tests/components/button/ButtonTooltips.html @@ -13,7 +13,7 @@ </thead><tbody> <tr> <td>open</td> - <td>/run/com.vaadin.tests.components.button.ButtonTooltips?restartApplication</td> + <td>/run/com.vaadin.tests.tooltip.ButtonTooltips?restartApplication</td> <td></td> </tr> <tr> diff --git a/uitest/src/com/vaadin/tests/components/window/SubWindows.html b/uitest/src/com/vaadin/tests/components/window/SubWindows.html index 3b2109e3f1..ce75c3fd10 100644 --- a/uitest/src/com/vaadin/tests/components/window/SubWindows.html +++ b/uitest/src/com/vaadin/tests/components/window/SubWindows.html @@ -13,7 +13,7 @@ </thead><tbody> <tr> <td>open</td> - <td>/run/com.vaadin.tests.components.window.SubWindows</td> + <td>/run/com.vaadin.tests.components.window.SubWindows?restartApplication</td> <td></td> </tr> <tr> |