]> source.dussan.org Git - vaadin-framework.git/commit
Fixed always failing testbench test.
authorJohn Ahlroos <john@vaadin.com>
Thu, 16 Jan 2014 12:33:53 +0000 (14:33 +0200)
committerVaadin Code Review <review@vaadin.com>
Fri, 17 Jan 2014 13:43:26 +0000 (13:43 +0000)
commit29b985e9c6aa695a7a965b8ed1d0fe42eefe75be
treeede14b73b3be98a85e8ff2a929a8ca66aca704f4
parent8e2085c3465bd50510a81c3071c9589893a019a8
Fixed always failing testbench test.

The test was always failing since it relied on the GWT generated gwt-X
ids in its locator. Converted test to TB3 and used a different approach
for testing the same thing.

Change-Id: Ib806086c19b58fa9fac16e2270c46830f0706b22
uitest/src/com/vaadin/tests/components/orderedlayout/NestedLayoutCaptionHover.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/orderedlayout/NestedLayoutCaptionHoverTest.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/orderedlayout/NestedLayoutCaptionTooltip.html [deleted file]