diff options
author | Leif Åstrand <leif@vaadin.com> | 2013-05-07 15:45:51 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2013-05-07 12:59:11 +0000 |
commit | 571792ed9ddb00ae795bd785473c181f1aa102a2 (patch) | |
tree | 477265d9aa2c01c0da86cce8cfc03fb58934b47c /uitest | |
parent | f2c2236cf8d0428f100e17586f7946095ffea158 (diff) | |
download | vaadin-framework-571792ed9ddb00ae795bd785473c181f1aa102a2.tar.gz vaadin-framework-571792ed9ddb00ae795bd785473c181f1aa102a2.zip |
Remove old widget hierarchy hack that caused problems (#11752)
Change-Id: Icd66755512a2c1ab490e58f80389ed35966d3e3b
Diffstat (limited to 'uitest')
-rw-r--r-- | uitest/src/com/vaadin/tests/components/popupview/ClickingWhilePopupOpen.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/src/com/vaadin/tests/components/popupview/ClickingWhilePopupOpen.html b/uitest/src/com/vaadin/tests/components/popupview/ClickingWhilePopupOpen.html index 81676f6599..43f1c2e8ed 100644 --- a/uitest/src/com/vaadin/tests/components/popupview/ClickingWhilePopupOpen.html +++ b/uitest/src/com/vaadin/tests/components/popupview/ClickingWhilePopupOpen.html @@ -28,7 +28,7 @@ </tr> <tr> <td>assertTextNotPresent</td> - <td>IllegalStateException: Cannot set a new parent without first clearing the old parent</td> + <td>Uncaught client side exception</td> <td></td> </tr> |