summaryrefslogtreecommitdiffstats
path: root/uitest/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Lift frozen columns up to allow some z-index changes beneath them. (#11117)Anna Koskinen2018-08-212-0/+147
| | | Fixes #9787
* Set correct GWT .dtd definition (#11110)Ilia Motornyi2018-08-131-1/+1
|
* Fix Escalator to properly reset height by rows (#11090)Mehdi Javan2018-07-303-7/+90
|
* Fix Grid Editor closing and disabling at same time (#11078)Mehdi Javan2018-07-202-0/+181
| | | Fixes #10688
* Fix removal tabsheets if last one is selected (#11070)Ilia Motornyi2018-07-192-0/+65
| | | Fixes #10925
* Fix canceling Grid Editor during EditorOpenEvent (#11038)Teemu Suo-Anttila2018-07-112-0/+22
| | | Fixes #11002
* Fix CDI and IE11 tests (#11042)Teemu Suo-Anttila2018-07-111-2/+5
| | | | * Set Wildfly version, only resize viewport for Firefox
* Fix formatting, improve documentation on autoformat (#11033)Ilia Motornyi2018-07-101-8/+14
|
* Improve ComboBox keyboard behavior when an item is selected (#11031)Mehdi Javan2018-07-102-0/+94
| | | | | Ignoring filtering options when right arrow, left arrow, home or end key is pressed. Fixes #11016
* Fix formatting (#11023)Ilia Motornyi2018-07-042-3/+4
|
* Fix Firefox coordinates, add missing screenshots (#11022)Teemu Suo-Anttila2018-07-0325-65/+172
|
* Fix wrapping div getting focused in CheckBoxGroup and RadioButtonGroup (#11021)Teemu Suo-Anttila2018-07-032-0/+29
| | | Fixes #9731
* Fix expanding an added TreeGrid node (#11018)Teemu Suo-Anttila2018-07-022-0/+72
| | | Fixes #9997
* Fix Firefox test issues (#11017)Teemu Suo-Anttila2018-07-021-5/+8
|
* Fix ComboboxScrollableWindowTest to use assertion (#11014)Teemu Suo-Anttila2018-06-291-1/+12
|
* Upgrade TestBench version to 5.2 (#11005)Teemu Suo-Anttila2018-06-2810-131/+70
|
* 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 IE11 tests (#11003)Teemu Suo-Anttila2018-06-272-5/+5
| | | This patch removes non-native events and updates some screenshots.
* Fix valdiation builds to use correct browser (#11000)Teemu Suo-Anttila2018-06-278-18/+52
|
* Remove PhantomJS from testing (#10997)Teemu Suo-Anttila2018-06-2654-511/+22
|
* Fix Grid Editor in TabSheet test for Firefox (#10991)Teemu Suo-Anttila2018-06-211-3/+15
|
* Fix TabSheet attaching and detaching components (#10988)Teemu Suo-Anttila2018-06-192-2/+43
| | | | | | | 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-184-0/+29
| | | Fixes #2410
* Remove parse error when changing from invalid to empty date text (#10771)Alexander Nittka2018-06-071-2/+5
| | | Fixes #10673.
* Rename Firefox screenshots (#10967)Teemu Suo-Anttila2018-06-051-13/+12
|
* Rename Chrome screenshots (#10966)Teemu Suo-Anttila2018-06-052-2/+4
|
* Use new TestBench and ReferenceNameGenerator (#10963)Teemu Suo-Anttila2018-06-054-426/+47
| | | This patch contains the first part of screenshots being renamed.
* Fix IE11 tests for BrowserStack environment (#10959)Teemu Suo-Anttila2018-06-045-26/+4
|
* Improved BrowserStack support with local identifiers (#10941)Teemu Suo-Anttila2018-05-312-26/+32
|
* Enable maven formatting for uitest (#10908)Ilia Motornyi2018-05-17271-2162/+1970
|
* Fix test retries and use TestBench retry rule (#10904)Teemu Suo-Anttila2018-05-095-78/+12
|
* Fix ColorPickerElement and ColorPicker test (#10903)Ilia Motornyi2018-05-081-1/+1
|
* Update tests and screenshots for Chrome 66 (#10894)Teemu Suo-Anttila2018-05-073-4/+5
|
* Add properties for local XVFB cluster testing (#10863)Teemu Suo-Anttila2018-05-041-8/+9
|
* Fix Grid initial data when changing TabSheet Tab (#10872)Teemu Suo-Anttila2018-05-042-3/+41
|
* Allow focus to another component, when closing the window (#10860)Anastasia Smirnova2018-05-032-1/+5
| | | Resolves #5891
* Fix Window layout when resizing (#10830)Anna Koskinen2018-05-033-0/+97
| | | Fixes #10652
* Fix removing resize and drag curtains when window is closed (#10515)Artur2018-05-021-0/+39
| | | Fixes #10514
* Fix tests to use shorted screenshot filenames (#10862)Teemu Suo-Anttila2018-05-023-3/+3
|
* Disable animate-out for VWindow by default (#10846)Anastasia Smirnova2018-04-272-0/+74
| | | | | | * Disable animate-out for VWindow by default Fixes #5891
* Fix RichTextArea read-only+disabled Anastasia Smirnova2018-04-202-0/+68
| | | Resolves #10541
* Colorpicker validation handling (#10821)KatriHaapalinna2018-04-192-0/+640
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-192-4/+90
|
* Fix AbstractSingleSelect selection and state updates (#10796)Teemu Suo-Anttila2018-04-193-24/+204
|
* 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-1756-304/+479
| | | | | | | | | 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-162-0/+64
|
* Add a check for tab events trying to set focus outside a modal Window (#10655)Olli Tietäväinen2018-04-163-2/+64
|
* Handle UnparsableDateString correctly (#10803)Anastasia Smirnova2018-04-162-0/+123
| | | Resolves #10681
* Add null check to Grid's DnD focus handling (#10822)Anna Koskinen2018-04-132-0/+103
| | | Fixes #10699