aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/test/java/com/vaadin/v7
Commit message (Collapse)AuthorAgeFilesLines
* Compatibility Grid test tweaks (#12483)Anna Koskinen2021-11-223-3/+16
|
* GridThemeUITest fix (#12470)Anna Koskinen2021-11-031-1/+21
| | | | Attempt to stabilize the screenshot comparison by ensuring that the editor is fully opened.
* Fix compatibility Grid column reorder of partially hidden joined cells. (#12427)Anna Koskinen2021-10-131-0/+17
| | | | | Adds the fix from #12386 to the drag source as well. Fixes #12377
* Fix compatibility Grid column reorder with partially hidden joined cells ↵Anna Koskinen2021-08-261-0/+27
| | | | | (#12385) Fixes #12377
* Test tweaks (#12287)Anna Koskinen2021-05-044-8/+14
|
* Updated browser versions and screenshots, test tweaks for stability. (#12271)Anna Koskinen2021-04-272-1/+6
|
* Include compatibility tests in validation builds (#12250)Anna Koskinen2021-03-2621-154/+264
|
* Test fixes (#12244)Anna Koskinen2021-03-183-8/+27
|
* Fix compatibility ComboBox filtering when page length is zero. (#12016)Anna Koskinen2020-05-201-0/+28
| | | Issue #11246, slightly modified cherry-pick from #11247
* Code format (#11548)Sun Zhe2019-04-291-2/+2
| | | | | | * Code format * Merge branch 'master' into code-format
* Make improve of caching for hierarchical data optional (#11501)Klaudeta2019-03-211-0/+66
| | | | | Make improve of caching for hierarchical data optional Fixes #11477
* Remove PhantomJS from testing (#10997)Teemu Suo-Anttila2018-06-266-51/+0
|
* Enable maven formatting for uitest (#10908)Ilia Motornyi2018-05-1711-47/+42
|
* Introduce XVFB cluster testing (#10801)Teemu Suo-Anttila2018-04-171-2/+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.
* Remove copyright headers from test code (#10770)Teemu Suo-Anttila2018-03-2880-1200/+0
|
* Update copyright year (#10761)Ilia Motornyi2018-03-2777-77/+77
|
* Allow configuring content modes for Grid cell tooltips (#10632)Ilia Motornyi2018-02-151-0/+83
| | | | * Allow configuring content modes for Grid cell tooltips
* Fix end of line comments, which were made by automatic formatter (#10234)Ahmed Ashour2017-10-311-4/+6
|
* Use .toLowerCase and .toUpperCase(Locale.ROOT) (#10182)Ahmed Ashour2017-10-208-73/+76
| | | | | | | | * Use .toLowerCase and .toUpperCase(Locale.ROOT) * Spaces * add spaces after if(
* Simplify waitUntil() in tests (#10181)Ahmed Ashour2017-10-131-10/+2
|
* Fix typos (#10124)Ahmed Ashour2017-10-044-16/+16
|
* Use static import of Assert in tests (#10126)Ahmed Ashour2017-10-0334-188/+218
| | | | Also removes dependency on junit.framework.TestCase .
* Construct array inline (#10068)Ahmed Ashour2017-09-237-20/+20
| | | And some trivial test enhancements
* Replace tabs with spaces in Java filesHenri Sara2017-09-221-3/+3
|
* Remove unused methods (#10020)Ahmed Ashour2017-09-201-5/+0
|
* Use String.isEmpty()Ahmed Ashour2017-09-191-6/+6
|
* Resize should work within Grid details row (#9808)Ansku2017-08-221-0/+160
| | | Fixes #7341
* Use correct TreeElement and server-side classname (#9221)Teemu Suo-Anttila2017-05-032-2/+0
| | | | | * Use correct TreeElement and server-side classname * Re-enable test, remove unnecessary imports
* Add an initial version of Tree component (#9212)Teemu Suo-Anttila2017-05-029-0/+617
| | | | | | | This patch introduces a Tree component, implemented as a Composite using TreeGrid. As initial version of the component, some functionality of the old Tree component has been left out for now. Partly addresses #8617
* Fix Editor not saving values by pressing Enter (#8946)Stephen Wellington2017-04-031-0/+22
| | | Fixes #8945
* Always calculate Escalator max row count the same way (#8740)Artur2017-03-161-0/+40
| | | | | | | | | | | | | | * Rename getMaxEscalatorRowCapacity to describe what it does * Always calculate Escalator max row count the same way This changes Escalator to not take a horizontal scrollbar into account when trying to determine "maximum visible rows". This will add another row, compared to previous versions, when there is a horizontal scrollbar. In reality, it would likely make sense to always add 10 more rows to have some buffer above and below the visible area. Fixes #8661
* Migrate Escalator tests for 8 (#8811)Pekka Hyvönen2017-03-139-1790/+0
| | | | | | * Migrate Escalator tests for 8 Tests require reindeer / base for escalator to render correctly.
* Picked all changes from 7.7Teemu Suo-Anttila2017-03-074-4/+44
| | | | | Synchronises parts of compatibility package code to match 7.7 Picks suitable patches for 8 code as well
* Fix warning: '_' should not be used as an identifier (#8755)Ahmed Ashour2017-03-071-19/+19
|
* Fix exception when no columns are shown (#8733)Artur2017-03-061-42/+0
| | | | | | * Fix exception when no columns are shown or all columns are frozen Fixes #8329
* Migrate v7 Grid tests. 7th round. (#8452)Denis2017-02-227-440/+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
* Pick changes from 7.7.7 (#8577)Teemu Suo-Anttila2017-02-221-0/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix java packaging order (#106) Closes vaadin/archetypes#113 * Use proper UTF-8 encoding for Content-Disposition filenames (#19527) (#6607) * Enable changing the backing bean for BeanItem (#4302) (#77) When storing a bean to the database, you typically get a new and updated bean instance back. By allowing to change the bean instance, we make it possible to just update the single BeanItem instance which can be used in many places. * Make AtmospherePushConnection methods public (#7973) There is no sensible way to use a custom version of APC, so protected access does not help in any way to access the underlying resource and/or connected UI. * Use correct indexes in multiselect checkboxes after removing rows (#8072) Fixes #8011 * Fix removal of hidden Grid columns (#8071) Fixes #8018 * Call error handler for exceptions in UI.init() (#8055) Fixes #4995 * Render font icon correctly on the 'more' menu item (#8126) * Render font icon correctly on the 'more' menu item Fixes #8125 * Reopen Grid details on attach, fixes #8015 (#8074) Fixes #8015 * Fix broken Grid tests after picking changes from 7.7.7 Removed duplicate setDetailsVisible calls from onDetach * Correctly detach components in merged cells when a static row is removed (#8142) Fixes #8140
* Migrate v7 Grid tests. Next round. (#8435)Denis2017-02-228-518/+0
| | | | | | | | | | | | | | * Migrate v7 Grid tests. Next round. Fixes #8419 * Migrate v7 Grid tests. Next round. Fixes #8419 * Merge remote-tracking branch 'github/master' into 8419-grid-tests * Remove RunLocally annotation from GridHeightTest
* Provide a way to set styles for Header/Footer Cells and Rows in a Grid (#8499)Denis2017-02-081-174/+0
| | | Fixes #8422
* Grid tests migration. Next round. (#8412)Denis2017-02-025-522/+0
| | | | | | * Grid tests migration. Next round. Fixes #8373
* Fix TestBench API imports (#8112)Teemu Suo-Anttila2017-01-1360-67/+67
| | | | | | | | | | | | | | | | | | | | * 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 UI tests P4 (#8133)Denis2017-01-054-215/+0
| | | Fixes vaadin/framework8-issues#592
* Grid UI tests migration P3. (#8121)Denis2017-01-0410-728/+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.
* Grid UI tests migration P2.Denis2017-01-024-172/+5
| | | Fixes vaadin/framework8-issues#588
* Migrate Grid tests P1. (#8108)Denis2017-01-025-214/+0
| | | | | | * Migrate Grid tests P1. Fixes vaadin/framework8-issues#586
* Provide a smoke test for a Form.Denis2016-12-281-60/+0
| | | Fixes vaadin/framework8-issues#585
* Clean up DateField UI tests. Denis2016-12-281-85/+0
| | | | | Fixes vaadin/framework8-issues#584
* Clean up calendar tests. (#8094)Denis2016-12-271-183/+0
|
* Global java code cleanup using Eclipse Neon.1Leif Åstrand2016-12-2054-67/+57
|
* Allow defining a focus delegate component for CustomField (#20336)Pekka Hyvönen2016-12-151-46/+0
|