aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/test/java/com/vaadin/tests/focusable/GridFocusableTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix menu item selection in tests (#9387)Henri Sara2017-05-191-10/+0
| | | | | | When the parent span was not used, the size of the wrong span was used in the calculation of mouse locations for activating a menu item. This occasionally leads to the wrong submenu being opened on IE as the cursor passed over the corner of the next item.
* 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
* Fix Grid focusable test. (#8029)Denis2016-12-191-0/+10
| | | | * Fix Grid focusable test.
* Make AbstractListing implement Focusable (#7965)Aleksi Hietanen2016-12-141-0/+28
* Make AbstractListing implement Focusable Fixes vaadin/framework8-issues#552 * Add tests for other components that inherit from AbstractListing * Fix setTabIndex in NativeSelect, ListSelect, RadioButtonGroup Also adds a test for TwinColSelect.