aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/test/java/com/vaadin/tests/smoke/GridSmokeTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove copyright headers from test code (#10770)Teemu Suo-Anttila2018-03-281-15/+0
|
* Update copyright year (#10761)Ilia Motornyi2018-03-271-1/+1
|
* Use static import of Assert in tests (#10126)Ahmed Ashour2017-10-031-6/+7
| | | | Also removes dependency on junit.framework.TestCase .
* 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
* Migrate Grid tests P1. (#8108)Denis2017-01-021-0/+50
* Migrate Grid tests P1. Fixes vaadin/framework8-issues#586