aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/test/java/com/vaadin/tests/tooltip
Commit message (Collapse)AuthorAgeFilesLines
* Take overlays into account in getConnectorForElement. (#11980)Anna Koskinen2020-05-051-0/+73
| | | | | | * Take overlays into account in getConnectorForElement. Fixes #11212
* Upgrade TestBench version to 5.2 (#11005)Teemu Suo-Anttila2018-06-282-48/+23
|
* Enable maven formatting for uitest (#10908)Ilia Motornyi2018-05-171-3/+2
|
* Remove copyright headers from test code (#10770)Teemu Suo-Anttila2018-03-2810-150/+0
|
* Update copyright year (#10761)Ilia Motornyi2018-03-278-8/+8
|
* Use static import of Assert in tests (#10126)Ahmed Ashour2017-10-031-2/+3
| | | | Also removes dependency on junit.framework.TestCase .
* Simplify conditional logic. (#10122)Ahmed Ashour2017-10-021-1/+0
| | | And remove unused imports.
* Construct array inline (#10068)Ahmed Ashour2017-09-231-1/+1
| | | And some trivial test enhancements
* Remove unused methods. (#10058)Ahmed Ashour2017-09-221-4/+0
|
* Remove unused methods (#10020)Ahmed Ashour2017-09-201-7/+0
|
* Fix TestBench API imports (#8112)Teemu Suo-Anttila2017-01-134-4/+4
| | | | | | | | | | | | | | | | | | | | * Fix TestBench API imports, move functionality from custom elements * Fixes to TestBench APIs and JavaDocs * Merge remote-tracking branch 'origin/master' into 578_tbapi_cleanup * Fix method name in CheckBoxGroupTest * Remove unused custom element classes * Implement getOptions using getOptionElements * Replace setValue with setSelection in CheckBoxGroupElement * Rename CheckBoxGroupElement getSelection to getValue * Fix one last method
* Move all themes except Valo into a new compatibility-themes packageAleksi Hietanen2016-10-131-3/+3
| | | | Change-Id: Ife0707c69bac83f190b5497af5fef1af43af6e46
* Support finding components in v7 packages with ComponentLocatorTeemu Suo-Anttila2016-09-121-1/+1
| | | | Change-Id: I60eabf3b1c6363be505a2d21f7ed439c5357f61f
* Move and rename server classes which go into the compatibility packageArtur Signell2016-08-221-4/+3
| | | | | | | | * Use com.vaadin.v7 * Use the same class name as in Vaadin 7 * Use a "vaadin7-" declarative prefix for Vaadin 7 components Change-Id: I19a27f3835b18980b91a4f8f9464b2adde1a5fd5
* Rename legacy packages to v7Artur Signell2016-08-181-1/+1
| | | | Change-Id: I53f3bd49c234a8d126887f6effa83a3c5c92b4e0
* Update copyright year to 2016Artur Signell2016-08-188-8/+8
| | | | Change-Id: I6485dee1ebba12b180a9063ed4b530f7dc63cd77
* Remove trailing whitespace from code and javadocArtur Signell2016-08-187-24/+24
| | | | Change-Id: I4c852b7f9928e190572876690d5bef1234494a5d
* Format using Eclipse NeonArtur Signell2016-08-184-16/+16
| | | | Change-Id: I33f1cc33969ff74a95b1b8cc0f2add589be5aae0
* Update TextField to extend AbstractFieldNew (#51)Aleksi Hietanen2016-08-171-2/+3
| | | | | | | | - Changes input prompt to be based on the placeholder attribute. - Unifies TextChangeEvents with ValueChangeEvents. - add*Listener methods now return Registration objects, remove*Listener methods removed. Change-Id: Ie92506ae9db205bb0010ae9126c608c62ad023ff
* Disable tooltip tests for Firefox.Henri Sara2016-07-132-7/+2
| | | | | | | | | | Since the fix for #13370 which causes tooltips to react to mouseOut, TB tests for tooltips fail on Firefox because of an extraneous mouseOut event from FirefoxDriver. Tooltips do work in manual tests also on Firefox. Change-Id: Ic6d73bb4487749618bbc5c7e3a8416107adb4856
* Build uitest war with mavenTeemu Suo-Anttila2016-04-1512-0/+666
Change-Id: I32625901ca27a282253df44c6e776cf9632bacda