]> source.dussan.org Git - vaadin-framework.git/commit
Fix tooltip test problems caused by #12458
authorHenri Sara <hesara@vaadin.com>
Mon, 24 Mar 2014 14:32:20 +0000 (16:32 +0200)
committerVaadin Code Review <review@vaadin.com>
Thu, 12 Jun 2014 06:34:55 +0000 (06:34 +0000)
commit49bc3b9ffba204c32885e9ed97da2df2eb0dad68
tree032ac4bf049413ac0c359193cebb4d26abcf5499
parent534485ded6e7ec8e5534b11ade5fdd5b8abbc2bf
Fix tooltip test problems caused by #12458

Tooltips are no longer removed but moved outside the viewport,
which broke several tests.

Rewrite related tests using TB4 to be stable across all
browsers. There are differences between browsers (e.g.
position -999 or -1000, gwt-uid-* varied between browsers
etc.) so TB2 tests kept failing on some or all browsers.

Some tests have been renamed to better indicate what they
do.

Change-Id: Ia7276871f3c26d506dc70e1719347d020b547bfc
uitest/src/com/vaadin/tests/components/form/FormTooltips.html [deleted file]
uitest/src/com/vaadin/tests/components/form/FormTooltips.java
uitest/src/com/vaadin/tests/components/form/FormTooltipsTest.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/orderedlayout/TooltipOnRequiredIndicator.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/orderedlayout/TooltipOnRequiredIndicatorTest.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/ui/TooltipConfiguration.html [deleted file]
uitest/src/com/vaadin/tests/components/ui/TooltipConfiguration.java
uitest/src/com/vaadin/tests/components/ui/TooltipConfigurationTest.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/tb3/TooltipTest.java [new file with mode: 0644]