aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/main/java/com/vaadin/tests/elements
Commit message (Collapse)AuthorAgeFilesLines
* Enable maven formatting for uitest (#10908)Ilia Motornyi2018-05-172-4/+2
|
* Introduce XVFB cluster testing (#10801)Teemu Suo-Anttila2018-04-171-0/+2
| | | | | | | | | This patch adds the ability and configuration for running tests against cluster running Chrome browsers in XVFB environment. It also contains multiple fixes for combining newer Selenium and Chrome as well as fixes tests that depend on timezones.
* Added support for getValue and setValue into TestBench RichTextAreaElement ↵Anastasia Smirnova2018-04-102-4/+19
| | | | (#10659)
* Remove empty comments (#10789)Ilia Motornyi2018-04-057-23/+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
|
* Add Notification.close() to hide a notification from the server (#10483)Artur2018-01-091-4/+28
| | | | | 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-3/+9
| | | | | 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 lambda expressions. (#10268)Ahmed Ashour2017-11-015-62/+27
|
* Use lambda with Listeners (#10222)Ahmed Ashour2017-10-263-4/+5
| | | Also use "event" as the name for events
* Remove trailing spaces (#10224)Ahmed Ashour2017-10-264-12/+12
|
* Simplify lambda expressions (#10198)Ahmed Ashour2017-10-205-26/+15
| | | | | | | | * Simplify lambda expressions And remove unneeded 'return' keyword. * Format
* Use enhanced for loop for arrays. (#10121)Ahmed Ashour2017-10-021-3/+3
|
* Construct array inline (#10068)Ahmed Ashour2017-09-232-10/+10
| | | And some trivial test enhancements
* Add empty line at end of fileAhmed Ashour2017-09-234-4/+4
|
* Update modifier order to follow Java Specification suggestions (#10050)Ahmed Ashour2017-09-211-4/+4
| | | Also includes some other minor cleanup.
* Remove unused methods (#10020)Ahmed Ashour2017-09-201-8/+0
|
* Do not wait for icons to load before interacting with a combo box (#9717)Artur2017-08-111-6/+17
| | | | | | | | | 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
* Provide GridLayout size and cell elements to JS and TB (#9019)Artur2017-04-131-0/+44
|
* Correct license locationAhmed Ashour2017-03-144-64/+60
|
* Add a maven plugin for formatting according to Eclipse settingsLeif Åstrand2017-02-017-16/+16
| | | | | 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-1/+5
| | | | * Add getHeaderCellByCaption method to tb-api GridElement
* Fix TestBench API imports (#8112)Teemu Suo-Anttila2017-01-131-1/+1
| | | | | | | | | | | | | | | | | | | | * 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-1151-0/+2803
Contains some additional tests and element changes based on review.