summaryrefslogtreecommitdiffstats
path: root/uitest-common
Commit message (Collapse)AuthorAgeFilesLines
* Add multi selection support to CheckBoxGroupLeif Ã…strand2016-09-141-13/+21
| | | | | | | | This patch adds multi selection support only for CheckBoxGroup without even trying to generalize anything. Adopting the concepts to work with other components will be done separately. Change-Id: Id4ccd2c743b74cb022dc9dfd8cd8dae3bf8f0c54
* Create a CheckBoxGroup that replaces the multi select case of OptionGroupelmot2016-09-131-0/+98
| | | | Change-Id: I250c60741bc65443b66498a8d0b17541edb77bf1
* Support finding components in v7 packages with ComponentLocatorTeemu Suo-Anttila2016-09-1222-323/+14
| | | | Change-Id: I60eabf3b1c6363be505a2d21f7ed439c5357f61f
* Update ComboBox for new DataSource and communication mechanismHenri Sara2016-09-121-0/+61
| | | | | | | | This simplifies the client side state machine. This change does not modify the CSS class name v-filterselect. Change-Id: I2f4a6e5252045cb7698d582be90693e00961b342
* Update NativeSelect to use DataSource, extend AbstractListingJohannes Dahlström2016-09-121-0/+75
| | | | | | Selection and focus/blur support not yet implemented. Change-Id: I76752084442216e60055d93367475c1c0a612787
* Make sleep in tests throw RuntimeException to avoid try catchesArtur Signell2016-09-091-3/+6
| | | | Change-Id: I7ef3cca8271ae9f725d8530793543253c216e6bc
* Format project pom files using correct settings (4 spaces)Artur Signell2016-09-091-100/+100
| | | | Change-Id: I4b4760949897d2755da26a06f9048a596abdf0b6
* Update empty since tags for 8.0Henri Sara2016-09-082-3/+3
| | | | Change-Id: Iacf3864f6902e810591e2085adb44d0a6848f51c
* Use diamond operator where it can be usedArtur Signell2016-09-056-10/+10
| | | | | | Does not modify compatibility packages to keep to closer to Vaadin 7.7 Change-Id: Ic9c4944eb90218290545a04ecd7455eb63910012
* Format the project using Neon, remove trailing whitespaceArtur Signell2016-08-312-4/+2
| | | | Change-Id: I145e20226958910c243b9897bb1e9516919f55cd
* Implement DetailsGenerators for GridTeemu Suo-Anttila2016-08-291-0/+31
| | | | Change-Id: I09057b990f10bde6cf72a16677e58cb2bc9a7029
* Implement new ProgressBarAleksi Hietanen2016-08-261-2/+2
| | | | Change-Id: Ie5c4b0f4d9bc65e484f08832343ba97fff61a9b6
* Convert LoginForm to use new TextFieldArtur Signell2016-08-251-0/+9
| | | | | | Add basic tests for logging in and for changing caption Change-Id: I6dca2eedb5832db0eb409f0621092d0e723e0654
* Move ProgressBar/ProgressIndicator to compatibility packageArtur Signell2016-08-221-1/+1
| | | | Change-Id: I9d8ef17fc4bd903ad6c4e258b800b72029e507fd
* Move and rename server classes which go into the compatibility packageArtur Signell2016-08-2226-0/+593
| | | | | | | | * Use com.vaadin.v7 * Use the same class name as in Vaadin 7 * Use a "vaadin7-" declarative prefix for Vaadin 7 components Change-Id: I19a27f3835b18980b91a4f8f9464b2adde1a5fd5
* Define common test dependencies in the main pom fileArtur Signell2016-08-181-0/+1
| | | | Change-Id: I7d5897384f1172befbc852e27a7372104e7820da
* Define dependency version in the main pom fileArtur Signell2016-08-181-6/+1
| | | | Change-Id: Id603133355b1cb398bcb880e693dd3c8276f7937
* Remove IE8-IE10 related test codeArtur Signell2016-08-187-109/+26
| | | | Change-Id: Iadacd329c8da969c5ad046abd87db28ac6eade0c
* Update copyright year to 2016Artur Signell2016-08-1817-17/+17
| | | | Change-Id: I6485dee1ebba12b180a9063ed4b530f7dc63cd77
* Remove trailing whitespace from code and javadocArtur Signell2016-08-1813-121/+121
| | | | Change-Id: I4c852b7f9928e190572876690d5bef1234494a5d
* Format using Eclipse NeonArtur Signell2016-08-1812-115/+119
| | | | Change-Id: I33f1cc33969ff74a95b1b8cc0f2add589be5aae0
* Create module uitest-commonHenri Sara2016-08-1719-0/+3585
This module will contain most of the classes shared between uitest and integration test modules. Change-Id: Ibc327339cf1d360252483287c0eeb8dd03c176d5