aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
...
* Update ComboBox internal state on new item added (#11094)8.6.0.beta1Teemu Suo-Anttila2018-09-261-2/+2
|
* Fix/focus inside window chrome (#11142)Mehdi Javan2018-09-191-0/+74
| | | | Fixes #11087
* Fixing RadioButtonGroup exception in Window (#11181)Mehdi Javan2018-09-171-0/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * discardStaleCacheEntries is moved to a proper place before updating indexToRowMap and keyToIndexMap maps. In its previous place, it cleared the data that was just put in the maps. Fixes #11143 * Adding test * Removing extra annotations * Updating chrome version to 69 in tests (#11182) * Updating Chrome version to 69 * Updating screenshots taken in Chrome 69 * Fixing screenshots * Fixing screenshots * Adding some wait commands to tests * Fixing screenshots * Revert: Fixing screenshots * More screenshots * - Adding wait commands to make sure the transitions end before screenshot - Fixing a screenshot * Correcting a mistake of using wait instead of sleep * Fixing more screenshots * Increasing the height of ContextMenu (Because of limitation of new Chrome 69 in terms of minimum window height, ContextMenu size can't be tested with a small height.)
* Updating chrome version to 69 in tests (#11182)Mehdi Javan2018-09-171-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Updating Chrome version to 69 * Updating screenshots taken in Chrome 69 * Fixing screenshots * Fixing screenshots * Adding some wait commands to tests * Fixing screenshots * Revert: Fixing screenshots * More screenshots * - Adding wait commands to make sure the transitions end before screenshot - Fixing a screenshot * Correcting a mistake of using wait instead of sleep * Fixing more screenshots * Increasing the height of ContextMenu (Because of limitation of new Chrome 69 in terms of minimum window height, ContextMenu size can't be tested with a small height.)
* Fix handler creation to happen on init (#11172)Teemu Suo-Anttila2018-09-071-5/+5
| | | | Fix handler creation to happen on init
* Ensure that HeaderRow is not null in Grid (#11165)Anastasia Smirnova2018-09-071-0/+22
| | | | | Ensure that HeaderRow is not null in Grid Fixes #10485
* Fix handling of hidden Components in Grid(#10367)Marco Collovati2018-09-071-0/+66
|
* Force re-updating the resolutions of DateField (#11159)Anastasia Smirnova2018-09-061-0/+38
| | | Fixes #11099
* Lift frozen columns up to allow some z-index changes beneath them. (#11117)Anna Koskinen2018-08-211-0/+105
| | | Fixes #9787
* Fix Escalator to properly reset height by rows (#11090)Mehdi Javan2018-07-301-0/+46
|
* Fix Grid Editor closing and disabling at same time (#11078)Mehdi Javan2018-07-201-0/+68
| | | Fixes #10688
* Fix removal tabsheets if last one is selected (#11070)Ilia Motornyi2018-07-191-0/+35
| | | Fixes #10925
* Fix canceling Grid Editor during EditorOpenEvent (#11038)Teemu Suo-Anttila2018-07-111-0/+9
| | | Fixes #11002
* Improve ComboBox keyboard behavior when an item is selected (#11031)Mehdi Javan2018-07-101-0/+14
| | | | | Ignoring filtering options when right arrow, left arrow, home or end key is pressed. Fixes #11016
* Fix formatting (#11023)Ilia Motornyi2018-07-041-1/+2
|
* Fix expanding an added TreeGrid node (#11018)Teemu Suo-Anttila2018-07-021-0/+43
| | | Fixes #9997
* Fix DateFieldUnparseableString test UI (#11004)Mehdi Javan2018-06-281-3/+1
| | | This patch eliminates the use of Apache Commons StringUtils in the test UI.
* Fix valdiation builds to use correct browser (#11000)Teemu Suo-Anttila2018-06-272-3/+6
|
* Fix TabSheet attaching and detaching components (#10988)Teemu Suo-Anttila2018-06-191-1/+8
| | | | | | | This patch reverts the fix #10557 and replaces it with a proper solution from Grid perspective. Fixes #10987 Fixes #10985
* Add ACCEPT attribute to Upload (#10906)Ilia Motornyi2018-06-181-0/+3
| | | Fixes #2410
* Fix IE11 tests for BrowserStack environment (#10959)Teemu Suo-Anttila2018-06-041-2/+2
|
* Enable maven formatting for uitest (#10908)Ilia Motornyi2018-05-17217-1968/+1758
|
* Fix Grid initial data when changing TabSheet Tab (#10872)Teemu Suo-Anttila2018-05-041-3/+24
|
* Allow focus to another component, when closing the window (#10860)Anastasia Smirnova2018-05-031-1/+4
| | | Resolves #5891
* Fix Window layout when resizing (#10830)Anna Koskinen2018-05-031-0/+41
| | | Fixes #10652
* Fix removing resize and drag curtains when window is closed (#10515)Artur2018-05-021-0/+39
| | | Fixes #10514
* Disable animate-out for VWindow by default (#10846)Anastasia Smirnova2018-04-271-0/+43
| | | | | | * Disable animate-out for VWindow by default Fixes #5891
* Fix RichTextArea read-only+disabled Anastasia Smirnova2018-04-201-0/+31
| | | Resolves #10541
* Colorpicker validation handling (#10821)KatriHaapalinna2018-04-191-0/+474
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ColorTextField, helper methods, and regex for validating and handling text input * Refactored structure to avoid creating new component for validation * Style to adapt to error indicator * Tests for validating input in ColorPickerPreview component's TextField * Merge branch 'master' into colorpicker_validation * Fix path to server class * Fix test: Submit the new value * Fix test: ignore Phantom JS * Fix hsl+hsla validation patterns to accept '%', test value tweaking * Merge branch 'master' of github.com:vaadin/framework into colorpicker_validation * Fix: remove warning when color is updated from elsewhere * Revisions: input validation only once, Logging level WARN * Revisions: unit tests for color pattern matching * Revisions: moved parsing to utility class, tests for parsing all accepted input formats * Fixed import in tests, comments * Revisions: Logger as constant, ignore utility class in serialization test * Corner case tests * Revisions: protected method for parsing error text, fix to test * Revisions: NPE fix
* Fix for navigating in Grid using TabTeemu Suo-Anttila2018-04-191-2/+10
|
* Fix AbstractSingleSelect selection and state updates (#10796)Teemu Suo-Anttila2018-04-192-24/+106
|
* Fix using ConnectorResource icons before attaching ComboBox (#10810)Teemu Suo-Anttila2018-04-171-2/+1
| | | | | | * Fix using ConnectorResource icons before attaching ComboBox * Update Chrome and PhantomJS screenshots
* Introduce XVFB cluster testing (#10801)Teemu Suo-Anttila2018-04-175-47/+52
| | | | | | | | | 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.
* Add modality support to ColorPicker (#10815)Anastasia Smirnova2018-04-161-0/+44
|
* Add a check for tab events trying to set focus outside a modal Window (#10655)Olli Tietäväinen2018-04-161-0/+2
|
* Handle UnparsableDateString correctly (#10803)Anastasia Smirnova2018-04-161-0/+83
| | | Resolves #10681
* Add null check to Grid's DnD focus handling (#10822)Anna Koskinen2018-04-131-0/+58
| | | Fixes #10699
* Fix incorrect color value handling in ColorPicker (#10812)Anastasia Smirnova2018-04-132-2/+33
|
* Remove old ignored test (#10806)8.4.0.beta1Ilia Motornyi2018-04-111-84/+0
|
* Added support for getValue and setValue into TestBench RichTextAreaElement ↵Anastasia Smirnova2018-04-102-4/+19
| | | | (#10659)
* Ensure that popup is closed in Tabsheet (#10738)Anastasia Smirnova2018-04-091-0/+34
|
* Add support for ConnectorResources as ComboBox icons (#10795)Teemu Suo-Anttila2018-04-091-0/+36
|
* Remove empty comments (#10789)Ilia Motornyi2018-04-05109-517/+4
|
* Remove copyright headers from test code (#10770)Teemu Suo-Anttila2018-03-28895-13618/+0
|
* Support starting downloads and opening URLs from a menu item (#10478)Artur2018-03-283-0/+109
|
* Update copyright year (#10761)Ilia Motornyi2018-03-27777-777/+777
|
* Add row index to ItemClickEvent in Grid (#10754)Tatu Lund2018-03-271-1/+1
|
* Fix VComboBox internal state cleanup (#10693)Anna Koskinen2018-03-231-0/+42
| | | Fixes vaadin/testbench#1009
* Correctly handle data providers with overriden getId (#10728)Anastasia Smirnova2018-03-222-0/+181
| | | | | Fixes #10647 Fixes #10498
* Grid editor open (#10674)Anna Koskinen2018-03-211-0/+97
|