aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/test/java/com/vaadin/tests/elements/combobox
Commit message (Collapse)AuthorAgeFilesLines
* Remove copyright headers from test code (#10770)Teemu Suo-Anttila2018-03-282-30/+0
|
* Use static import of Assert in tests (#10126)Ahmed Ashour2017-10-032-7/+8
| | | | Also removes dependency on junit.framework.TestCase .
* Construct array inline (#10068)Ahmed Ashour2017-09-231-1/+1
| | | And some trivial test enhancements
* Do not wait for icons to load before interacting with a combo box (#9717)Artur2017-08-111-5/+9
| | | | | | | | | Icon load detection code does not handle error events so broken images will cause tests to fail forever. In other cases also, it seems very rare to need icons to be loaded before interacting with a combo box. If there really are use cases for this, it would be better to have a method to query if all icons are loaded so that special tests can use this method. Fixes https://github.com/vaadin/testbench/issues/916
* Disable test method on which build got stuck. (#8445)Henri Sara2017-02-041-0/+2
|
* Import element tests from TestBench (#8117)Artur2017-01-115-0/+256
Contains some additional tests and element changes based on review.