]> source.dussan.org Git - vaadin-framework.git/commitdiff
Update selectors for the new DOM structure (#8313)
authorLeif Åstrand <leif@vaadin.com>
Wed, 8 Feb 2012 14:45:45 +0000 (16:45 +0200)
committerLeif Åstrand <leif@vaadin.com>
Wed, 8 Feb 2012 14:45:45 +0000 (16:45 +0200)
tests/testbench/com/vaadin/tests/components/orderedlayout/OrderedLayoutCases.java

index 2f30b623fd74f60d2aa1d1b2ab74a81e4f49fc4c..e127d209cc96caad07d43c15fd934aa1cadff14b 100644 (file)
@@ -114,9 +114,9 @@ public class OrderedLayoutCases extends AbstractTestRoot {
                 .injectCSS(
                         getRoot(),
                         ".sampleChild, .theLayout {border: 1px solid black;}"
-                                + ".theLayout > div > div:first-child {background: aqua;}"
-                                + ".theLayout > div > div:first-child + div {background: yellow;}"
-                                + ".theLayout > div > div:first-child + div + div {background: lightgrey;}");
+                                + ".theLayout > div:first-child + div {background: aqua;}"
+                                + ".theLayout > div:first-child + div + div {background: yellow;}"
+                                + ".theLayout > div:first-child + div + div + div {background: lightgrey;}");
 
         currentLayout = new HorizontalLayout();
         for (int i = 0; i < 3; i++) {