diff options
author | Artur Signell <artur@vaadin.com> | 2013-04-05 18:41:52 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2013-04-09 06:41:32 +0000 |
commit | 8a2e8ff43e477f6269dc21469efee044d65e12b8 (patch) | |
tree | 59fee9733a60473a538925ac079b37fe07389b27 /uitest/src/com/vaadin/tests/requesthandlers/AppResource404.html | |
parent | ceb91c2f3c283177b36af6cb046723167493baf9 (diff) | |
download | vaadin-framework-8a2e8ff43e477f6269dc21469efee044d65e12b8.tar.gz vaadin-framework-8a2e8ff43e477f6269dc21469efee044d65e12b8.zip |
Fixed broken tests
* Added missing screenshot identifiers
* Removed redundant test
* DebugConsole -> DebugWindow
* Updated test to show why serialization fails
* Fixed problems caused by added maximize button
Change-Id: I5cf76fec7170747120b7243f9693851cd52c12af
Diffstat (limited to 'uitest/src/com/vaadin/tests/requesthandlers/AppResource404.html')
-rw-r--r-- | uitest/src/com/vaadin/tests/requesthandlers/AppResource404.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/uitest/src/com/vaadin/tests/requesthandlers/AppResource404.html b/uitest/src/com/vaadin/tests/requesthandlers/AppResource404.html index 16f3db6a1a..543faa30dd 100644 --- a/uitest/src/com/vaadin/tests/requesthandlers/AppResource404.html +++ b/uitest/src/com/vaadin/tests/requesthandlers/AppResource404.html @@ -53,7 +53,12 @@ </tr> <tr> <td>assertTextPresent</td> - <td>/APP can not be found</td> + <td>HTTP ERROR 404</td> + <td></td> +</tr> +<tr> + <td>assertTextPresent</td> + <td>Problem accessing /run/APP/</td> <td></td> </tr> <tr> |