aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/test/java/com/vaadin/tests/tb3/TooltipTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Update Chrome version in Test (#11613)Zhe Sun2019-06-121-1/+2
| | | | | | | | 1) recalculate the offset, as ChromeDriver starts to follow the standard; 2) update screenshots; 3) correct the `click()` call with using coordinates, related to 1) 4) `sendkey()` with using key.modifier adjustment 5) add sleep 6) workaround for mastery failures
* Remove copyright headers from test code (#10770)Teemu Suo-Anttila2018-03-281-16/+0
|
* Use static import of Assert in tests (#10126)Ahmed Ashour2017-10-031-13/+12
| | | | Also removes dependency on junit.framework.TestCase .
* Use String.isEmpty()Ahmed Ashour2017-09-191-1/+1
|
* Remove trailing whitespace from code and javadocArtur Signell2016-08-181-4/+4
| | | | Change-Id: I4c852b7f9928e190572876690d5bef1234494a5d
* Format using Eclipse NeonArtur Signell2016-08-181-9/+12
| | | | Change-Id: I33f1cc33969ff74a95b1b8cc0f2add589be5aae0
* Disable tooltip tests for Firefox.Henri Sara2016-07-131-3/+1
| | | | | | | | | | 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-151-0/+117
Change-Id: I32625901ca27a282253df44c6e776cf9632bacda