summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Fix tests for Chrome 63 and focus issues in IE11 (#10495)Teemu Suo-Anttila2018-01-101-0/+0
|
* Use new validation screenshots (#10455)Teemu Suo-Anttila2017-12-201-0/+0
|
* Fix styling of Window control buttons to show focus (#10285)Anna Koskinen2017-11-281-0/+0
| | | Fixes #8918
* Add ErrorLevel to Validators and results (#10099)Teemu Suo-Anttila2017-10-111-0/+0
| | | Fixes #9792
* Update ValoThemeUITest form screenshots for ErrorLevel updates (#10110)Henri Sara2017-09-281-0/+0
|
* Update IE11 screenshots for more stable GridLayout (#10105)Henri Sara2017-09-281-0/+0
|
* Update screenshots for PopupDateTimeFieldStatesTest after GridLayout fix ↵Henri Sara2017-09-271-0/+0
| | | | (#10097)
* Fix GridLayout on IE and PhantomJS (#10087)Henri Sara2017-09-271-0/+0
| | | | | Additional fixes for #10077 for browsers that do not support document.fonts.ready by performing a delayed re-layout.
* Implement error level on client side (#9817)Adam Wagner2017-09-271-0/+0
| | | | | | | Add additional class names and style to components and error indicators to distinguish different error levels. Vaadin 8 implementation of #9816. Cherry picked changes and added compatibility package component changes and tests. Resolves #3139
* Relayout GridLayout when font loading completes (#10077)Henri Sara2017-09-261-0/+0
| | | | | | If a GridLayout is used and font loading is not complete, force another layout after all fonts are loaded. Fixes #9921 Fixes #8207
* Force re-measurement of CheckBoxGroup and RadioButtonGroup (#9901)Petter Holmström2017-09-041-0/+0
| | | | | | The related tests have a workaround for another (Chrome specific) GridLayout bug #9921. Those workarounds should be removed once that issue is fixed. Fixes #9148
* Update screenshots for Chrome 60 (#9794)Henri Sara2017-08-081-0/+0
|
* Fix caption width rounding in Chrome (#9785)Henri Sara2017-08-071-0/+0
| | | | Otherwise, TabSheet close button may break the small theme in ReindeerThemeTest when the caption width is rounded down.
* Fix position of font icons in ComboBox (#9638)Henri Sara2017-07-181-0/+0
| | | Fixes #9637
* Update release notes and screenshots for link styleHenri Sara2017-06-301-0/+0
|
* Update Chrome 59 screenshots for ColumnCollapsingHenri Sara2017-06-281-0/+0
|
* Fix screenshots for VaadinIconSetTestHenri Sara2017-06-221-0/+0
|
* Fix tests broken by Chrome 59 (#9564)8.1.0.beta3Henri Sara2017-06-211-0/+0
|
* Update more Chrome 59 screenshots (#9563)Henri Sara2017-06-211-0/+0
|
* Update screenshots for Chrome 59 (#9562)Henri Sara2017-06-201-0/+0
|
* Update Firefox screenshots with checkbox focus (#9362)Henri Sara2017-05-181-0/+0
|
* Update screenshots with new tooltip formattingHenri Sara2017-05-171-0/+0
|
* Use theme font and normal line wrapping for regular tooltips (#9143)Leif Åstrand2017-05-151-0/+0
| | | Fixes #9121
* Update screenshot referenceAleksi Hietanen2017-04-101-0/+0
|
* Fix screenshots for VaadinIconSetTest (#8974)8.1.0.alpha3Henri Sara2017-03-301-0/+0
|
* Fix NativeSelect inner component size (#8737)Ilia Motornyi2017-03-281-0/+0
| | | Fixes #8702
* Remove unnecessary width calculation on Grid initial render (#8848)Henri Sara2017-03-161-0/+0
| | | | | | Do not calculate column widths unnecessarily, especially for columns with fixed width. Fixes #8678
* Correctly adjust upload button borders inside a component group (#8817)Artur2017-03-131-0/+0
| | | | * Correctly adjust upload button borders inside a component group
* Migrate v7 Grid tests. 7th round. (#8452)Denis2017-02-221-0/+0
| | | | | | | | | | | | | | | | * Migrate v7 Grid tests. 7th round. Fixes #8419 * Fix test failures * Minor improvements * Merge remote-tracking branch 'github/master' into 8436-grid-test-migration * Merge remote-tracking branch 'github/master' into 8436-grid-test-migration * Update screenshot reference
* Reduce ComboBox initial requests (#8571)Pekka Hyvönen2017-02-161-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Reduce ComboBox initial requests Use initial fetched data on client side, do not request data from server side for each time popup is opened. Fixed initial filter being null for ComboBox on DataProvider, causing unnecessary size & fetch for not-changed filter. Fixed ComboBox sending default filter unnecessarily to server. Fixed wrong page indexing in VComboBox -> ComboBoxConnector. Fixes #8496 Fixes vaadin/framework8-issues#488 * Fix last item missing When pageLength was 0 and nullSelectionAllowed, the last item was not shown. Tried to sensify the API for total suggestions versus total suggestions + null selection item. * Fix ComboBox selected item updates Handles changing of ItemCaptionGenerator or ItemIconGenerator, need to update the selected item caption and icon separately. Previously it worked because all data was sent all the time to client. Doesn't fix the issue, when selected item is updated with refreshItem(), and it is not on the active range that will be sent to client. For that, ComboBox would need a separate notification about item update. * Updated screenshots
* Fix Firefox 45 tests (click issues, screenshots) (#8533)Henri Sara2017-02-101-0/+0
|
* Update Firefox/Chrome screenshots and Chrome version (#8515)Henri Sara2017-02-091-0/+0
|
* Server integration fix 3 (#8442)Ilia Motornyi2017-02-091-0/+0
| | | | * Fix JBoss 6 integration test * Fixes for Karaf (build self-contained WAB)
* Add screenshots and workaround for Firefox 45 (#8450)Henri Sara2017-02-061-0/+0
|
* Add Firefox 45 screenshots (#8438)Henri Sara2017-02-031-0/+0
|
* Update ValoThemeTest screenshots (#8431)Henri Sara2017-02-031-0/+0
|
* Typo fix; screenshots update.Ilia Motornyi2017-02-021-0/+0
|
* Replace FontAwesome with Vaadin Icons (#8208)Pekka Hyvönen2017-02-011-0/+0
| | | | | | | * Include FontAwesome by default for easier migration * Fix JSComponentLoadingIndicatorTest Fixes #7979 Addresses part of #8219
* Refactor testing of the framework (#8393)Teemu Suo-Anttila2017-02-011-0/+0
| | | | | | | | | * Integration tests moved from uitest to separate test modules * Run TB4 tests with maven profile * Remove old ant/ivy build scripts from uitest * Add 'needs-ssh' test category for reconnection test * Add default values for testing and validation builds * Add placeholder build.xml with instructions to run Maven
* Overload AbstarctComponent.setDescription() with content mode parameter (#8252)Denis2017-01-201-0/+0
| | | | | | * Overload AbstarctComponent.setDescription() with content mode parameter Fixes #8185
* Introduce DateTimeFile and InlineDateTimeField. (#8218)Denis2017-01-191-0/+0
| | | | | | | | | | * Introduce DateTimeFile and InlineDateTimeField. Fixes #8132 * Correct and provide declarative tests. * Provide a date converter and UI tests.
* Migrate Grid UI tests P4 (#8133)Denis2017-01-051-0/+0
| | | Fixes vaadin/framework8-issues#592
* Grid UI tests migration P3. (#8121)Denis2017-01-041-0/+0
| | | | | | | | | | | | | | | | | | * Grid UI tests migration P2. Fixes vaadin/framework8-issues#588 * Grid UI tests migration P3. Fixes vaadin/framework8-issues#589 * Merge branch 'master' into 589-grid-tests-migration Conflicts: uitest/src/main/java/com/vaadin/tests/components/grid/GridCellFocusOnResetSize.java uitest/src/main/java/com/vaadin/tests/components/grid/GridClientDataChangeHandler.java * Update screenshot submodule reference.
* Fix screenshot repository reference (#8053)8.0.0.beta1Henri Sara2016-12-191-0/+0
|
* Use PhantomJS2 for server integration tests (#8030)Henri Sara2016-12-191-0/+0
| | | | | | | | | | | | | | | * Run server integration tests with PhantomJS2 * Add delay to integration test screenshots Otherwise, the progress indicator might still be fading when the screenshot is taken, and the screenshots are not fully stable. * Reduce integration test startup delays * Add PhantomJS2 screenshots for integration tests * Add PhantomJS2 screenshots for tomcat 7 proxy test
* Change default suggestion popup width in ComboBox (#91)Aleksi Hietanen2016-12-081-0/+0
| | | Closes vaadin/framework8-issues#522
* Add screenshot submodule to master branch (#88)Teemu Suo-Anttila2016-12-051-0/+0
|
* Move/remove old TB2 testsHenri Sara2016-04-195-304/+0
| | | | Change-Id: I6f1c2c3dc55b76c66f3d231f37d6b0709126d801
* Update copyright year to 2014Artur Signell2014-04-161-1/+1
| | | | Change-Id: Ic77338304dc7e58e49f27dcdaf0bab2e00f5bba6
* Fix lost focus in Table when refreshing row cache (#12231)Tapio Aali2013-07-162-0/+98
| | | | | | | | svn changeset:25991/svn branch:6.8 svn changeset:26075/svn branch:6.8 svn changeset:26091/svn branch:6.8 Change-Id: Ia4a6ab4cc6ff98795a6d1f9b1701a345dc3f4dc4