aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/test/java/com/vaadin/tests/elements
Commit message (Collapse)AuthorAgeFilesLines
* Test fixes (#12244)Anna Koskinen2021-03-181-5/+22
|
* Fix unstable tests (#11648)Zhe Sun2019-07-042-6/+8
| | | | | * Fix unstable tests
* Enable maven formatting for uitest (#10908)Ilia Motornyi2018-05-174-4/+4
|
* Added support for getValue and setValue into TestBench RichTextAreaElement ↵Anastasia Smirnova2018-04-102-6/+24
| | | | (#10659)
* Remove empty comments (#10789)Ilia Motornyi2018-04-052-6/+0
|
* Remove copyright headers from test code (#10770)Teemu Suo-Anttila2018-03-2828-420/+0
|
* Update copyright year (#10761)Ilia Motornyi2018-03-271-1/+1
|
* Fix tests for Chrome 63 and focus issues in IE11 (#10495)Teemu Suo-Anttila2018-01-101-0/+5
|
* Add Notification.close() to hide a notification from the server (#10483)Artur2018-01-091-0/+52
| | | | | Also fixes the problem that notifications were never removed on the server side Fixes #2114, fixes #10481
* Add ContentMode for the description of MenuItems (#9984)Jonas Zipprick2017-12-291-0/+17
| | | | | Adds the ability to set the content mode for the description of a menu item that is part of a menu bar. This functionality was already available for every AbstractComponent but missing for the menu items of menu bars. If no content mode is specified it defaults to the PREFORMATED content mode.
* Use Collection.isEmpty() (#10172)Ahmed Ashour2017-10-121-4/+4
|
* Use static import of Assert in tests (#10126)Ahmed Ashour2017-10-0333-177/+199
| | | | Also removes dependency on junit.framework.TestCase .
* Construct array inline (#10068)Ahmed Ashour2017-09-231-1/+1
| | | And some trivial test enhancements
* Update modifier order to follow Java Specification suggestions (#10050)Ahmed Ashour2017-09-212-2/+2
| | | Also includes some other minor cleanup.
* Use String.isEmpty()Ahmed Ashour2017-09-191-1/+1
|
* 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
* Fix AbstractDateField parsing and errors handling, support locale (#9740)Ilia Motornyi2017-08-021-3/+2
| | | | | Fixes #9518 Fixes #8991 Fixes #8687
* Add an initial version of Tree component (#9212)Teemu Suo-Anttila2017-05-022-2/+2
| | | | | | | This patch introduces a Tree component, implemented as a Composite using TreeGrid. As initial version of the component, some functionality of the old Tree component has been left out for now. Partly addresses #8617
* Provide GridLayout size and cell elements to JS and TB (#9019)Artur2017-04-131-0/+72
|
* Correct license locationAhmed Ashour2017-03-144-64/+60
|
* Disable test method on which build got stuck. (#8445)Henri Sara2017-02-041-0/+2
|
* Add a maven plugin for formatting according to Eclipse settingsLeif Åstrand2017-02-012-2/+3
| | | | | Running formatter:format will format all files in a submodule using an embedded Eclipse compiler (based on Neon SR1) according to the regular formatting settings file.
* Add getHeaderCellByCaption method to tb-api GridElement (#8248)rogozinds2017-01-171-0/+43
| | | | * Add getHeaderCellByCaption method to tb-api GridElement
* Fix TestBench API imports (#8112)Teemu Suo-Anttila2017-01-132-5/+28
| | | | | | | | | | | | | | | | | | | | * 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
* Import element tests from TestBench (#8117)Artur2017-01-1158-0/+3734
Contains some additional tests and element changes based on review.