diff options
author | John Ahlroos <john@vaadin.com> | 2012-09-06 17:02:28 +0300 |
---|---|---|
committer | John Ahlroos <john@vaadin.com> | 2012-09-06 17:02:28 +0300 |
commit | a223440582c2d5160c27615e13eab19ce55c1ae4 (patch) | |
tree | 9849d6e44b066d4b0d2d08c81dfaa6ba410e2ec0 | |
parent | 622760f682776fd6aaf3e6ac3451c38de774cf39 (diff) | |
download | vaadin-framework-a223440582c2d5160c27615e13eab19ce55c1ae4.tar.gz vaadin-framework-a223440582c2d5160c27615e13eab19ce55c1ae4.zip |
Replaced reference to VBoxLayout in test
-rw-r--r-- | uitest/src/com/vaadin/tests/fieldgroup/BooleanTextField.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/src/com/vaadin/tests/fieldgroup/BooleanTextField.html b/uitest/src/com/vaadin/tests/fieldgroup/BooleanTextField.html index c2c8842bcb..a71cf3ff64 100644 --- a/uitest/src/com/vaadin/tests/fieldgroup/BooleanTextField.html +++ b/uitest/src/com/vaadin/tests/fieldgroup/BooleanTextField.html @@ -69,7 +69,7 @@ <!--error indicator--> <tr> <td>assertCSSClass</td> - <td>vaadin=runcomvaadintestsfieldgroupBasicPersonForm::/VBoxLayout[0]/VBoxLayout$Slot[1]/VBoxLayout[0]/domChild[7]/domChild[0]/domChild[0]/domChild[1]</td> + <td>vaadin=runcomvaadintestsfieldgroupBasicPersonForm::/VVerticalLayout[0]/VOrderedLayout$Slot[1]/VVerticalLayout[0]/domChild[7]/domChild[0]/domChild[1]/</td> <td>v-errorindicator</td> </tr> <tr> |