diff options
author | John Ahlroos <john@vaadin.com> | 2012-08-29 11:26:35 +0300 |
---|---|---|
committer | John Ahlroos <john@vaadin.com> | 2012-08-29 11:26:35 +0300 |
commit | 33013ef9f2131abcab03161f40ef3fd441e41dc8 (patch) | |
tree | c212f574058aceccbb6082104fd72b78ae46544b /tests | |
parent | 7e9d858a1a5414fcf0dfd1221d214e5ca45960c7 (diff) | |
download | vaadin-framework-33013ef9f2131abcab03161f40ef3fd441e41dc8.tar.gz vaadin-framework-33013ef9f2131abcab03161f40ef3fd441e41dc8.zip |
Fixed element not found issue with test
Diffstat (limited to 'tests')
-rw-r--r-- | tests/testbench/com/vaadin/tests/fieldgroup/BooleanTextField.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testbench/com/vaadin/tests/fieldgroup/BooleanTextField.html b/tests/testbench/com/vaadin/tests/fieldgroup/BooleanTextField.html index 3d5e1052c3..c2c8842bcb 100644 --- a/tests/testbench/com/vaadin/tests/fieldgroup/BooleanTextField.html +++ b/tests/testbench/com/vaadin/tests/fieldgroup/BooleanTextField.html @@ -69,7 +69,7 @@ <!--error indicator--> <tr> <td>assertCSSClass</td> - <td>vaadin=runcomvaadintestsfieldgroupBasicPersonForm::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/domChild[7]/domChild[0]/domChild[1]</td> + <td>vaadin=runcomvaadintestsfieldgroupBasicPersonForm::/VBoxLayout[0]/VBoxLayout$Slot[1]/VBoxLayout[0]/domChild[7]/domChild[0]/domChild[0]/domChild[1]</td> <td>v-errorindicator</td> </tr> <tr> |