summaryrefslogtreecommitdiffstats
path: root/uitest
Commit message (Collapse)AuthorAgeFilesLines
* Disables selection when Grid's editor is open (#17132).Alexey Fansky2015-03-252-0/+90
| | | Change-Id: Ibbbffbfe2e8bcb763031ac277c2c36ce4eb4e3fc
* Revert "Make push path configurable (#14432)."Artur Signell2015-03-253-122/+3
| | | | | | | | | | | | | | Breaks long polling fallback when implemented this way This reverts commit 735f0748344d7ee594c4e52a715d867dfdb23cb1. Conflicts: push/build.xml push/ivy.xml server/src/com/vaadin/server/Constants.java uitest/src/com/vaadin/tests/push/PushPathTest.java Change-Id: I07f6fedafc648b0ee403865ccb322017d2a8d571
* Fixed scroll jump by using native focusing in IE (#15294)Johannes Tuikkala2015-03-243-0/+344
| | | | Change-Id: I412ba219f31567ebba019b7d6ce4db4af9be9363
* Fix Table column header sorting on Chrome (#14796)Anna Miroshnik2015-03-241-0/+150
| | | | | | | | | | | | | | | This fix is similar to the fix that has been made for other similar cases (i.e. #13381). Couldn't find a reliable way to reproduce the problem. Hopefully this will fix the issue. Was reproduced (before fix) on Google Chrome 40.0.2214.115 m on TableSortingStopsWorkingOnChrome test one time (but then suddenly it started to work again). Was reproduced (before fix) on Project TableSorting once, as described in the ticket. That project has been attached to the ticket. Change-Id: Id901c9ce4a0a7c369572bf4374223851658aa703
* Fix declarative support for CustomLayout (#17210)Johannes Dahlström2015-03-242-0/+87
| | | | | | | | CustomLayout now has a public default constructor. If a template is not set using one of the setters, a warning message is displayed like in the case where the template file is specified but not found. Change-Id: I5d56f24fafc5c82e6ab76dec393a0c25bd78aae5
* Expect Chrome 41Artur Signell2015-03-241-3/+14
| | | | Change-Id: I64c8788c0ae6160c565dfc0cfb4a87a7ed86bc81
* Use special logic for allocating selection col widths (#17091)Leif Åstrand2015-03-202-1/+54
| | | | Change-Id: I2d0a80a26e8211d6f5e9110e1476f857803b4d3f
* Re-enable support for the firefox.path propertyLeif Åstrand2015-03-181-0/+5
| | | | Change-Id: I14d4ca1a2ef51ff77404cd6577cbe7cb35a2f75d
* Re-enable running tests locally with propertyTeemu Suo-Anttila2015-03-181-0/+25
| | | | Change-Id: I6eed0dc802ca101c929a5bc3cb6f3141060524a3
* Migrate FlashIsVisible embedded test from TB2 to TB4Teemu Suo-Anttila2015-03-182-33/+32
| | | | Change-Id: Ibb5c4e5ade99cddcc6bd96d19e00685eabca3812
* Add a client test for row focus moving with reset size (#16607)Teemu Suo-Anttila2015-03-173-0/+205
| | | | Change-Id: I937ea36cbb21366e559fcb76aae79e42c039ccfc
* Add test for RpcDataProvider calls to Container (#16642)Teemu Suo-Anttila2015-03-172-22/+57
| | | | Change-Id: I25eb85ac1241c46dbef6d473b3a2f7cdebb4b4ba
* Revert "Displaying tooltip in slot for touch devices (#15353)" (#17151)Leif Åstrand2015-03-171-57/+0
| | | | | | | | | | Should not have been merged since there were still stuff pending ("This patchset doesn't include styling for the error message") that was not addressed before submitting. This reverts commit 05fc5806e7946223e057ad7458a18dadceb0566f. Change-Id: Idd723f22f42e2e8ee71059b9591d44fafadea27e
* Sanitize connectors for PopupDateField and DateField. (#17090)Sauli Tähkäpää2015-03-172-0/+45
| | | | Change-Id: I667796430eeaa0ddd8142b0c229fe133cd30cd49
* Optimise RpcDataProvider calls to container (#16642)Teemu Suo-Anttila2015-03-161-0/+2
| | | | Change-Id: I8abaa4c1bd8eface98e42e0882cf09c92fbbf386
* Fix invalid assumptions about empty Grid (#16734, #16684)Leif Åstrand2015-03-162-0/+192
| | | | | | | | * Don't reset to default column sizes when adding row to emtpy escalator * Don't wait for data after size is explicilty reset to 0 * Don't assume there were previous rows when adjusting focus on add Change-Id: I59e8c0ef0c5633cf3678db63a660e3f1d1ca7d2a
* Convert browserframe, flash and requesthandler tests to TB4Teemu Suo-Anttila2015-03-136-181/+105
| | | | Change-Id: Ic2089570fcfc9ec81f3d95722adc75ff75e8293f
* Migrate TB2 tests from package applicationcontext to TB4Teemu Suo-Anttila2015-03-127-303/+199
| | | | | | | | ChangeSessionIdTest CloseSessionTest RpcForClosedUITest Change-Id: I539d7194e67a839ac8d7bd4dbb81c1e4ddc3c1b7
* Migrate TB2 test from application package to TB4Teemu Suo-Anttila2015-03-1219-500/+298
| | | | | | | | | | | | RefreshFragmentChangeTest RefreshStatePreserveTest RefreshStatePreserveTitleTest TerminalErrorNotificationTest ThreadLocalInstancesTest WebBrowserSizeTest WebBrowserTest Change-Id: I5c95905b4999ebefc7b170057952b09780174627
* Disable auto-testing of TB2 tests on ChromeArtur Signell2015-03-091-1/+1
| | | | | | | | | Chrome has started auto-updating even though auto updates are disabled on the test machines. TestBench 2 works with Chrome 41 (latest) but opens the test in a new tab instead of in a new window and therefore is unable to resize the browser to the correct size for screenshots. Change-Id: Ib7f05a9115a9c82f5b3b384d73c47d6becbfbe79
* Fix regression for Table selection and checkbox issue (#17064)Teemu Suo-Anttila2015-03-092-32/+18
| | | | | | Converts the old TB2 test for the issue to TB4 as well. Change-Id: I76a37d836a55102221aa63e75f7ab605769bc0b9
* Add OSGi integration tests (#9583)Miki2015-03-061-0/+8
| | | Change-Id: Ibea856ab7bbde663d9a1762050902f1740f6d73f
* Converted ValidationOfRequiredEmptyFields to TB4Artur Signell2015-03-064-168/+134
| | | Change-Id: Ifab3d891115b30ef2d3f7542cd57ac7215653fe5
* Remove eXo test which is unreliable and tests an old versionArtur Signell2015-03-062-339/+0
| | | | Change-Id: I00e1bb23bb312ecf3303b23f22dc07b58e2b8e0e
* Fixes subpixel allocation accuracy and speed (#16614, #16750)Henrik Paul2015-03-042-17/+27
| | | | | | | | This reverts workarounds used in subpixel quick fix commit 6133b2cffd0c0b0e0e360ae30330a8adbe7662f4. New logic uses Escalator's more optimised multiple column width setting method. Change-Id: I0863f9774e6efc26f01ebdb736b4847e4ef5354c
* Make Grid recalculate columns on resize (#16539)Teemu Suo-Anttila2015-03-032-0/+104
| | | | Change-Id: Ib2b9ecc995ec6fe2627c545efc2a312a59df6b9c
* Reapplying column width on Grid actually reapplies the width (#16900)Pekka Hyvönen2015-03-032-0/+44
| | | | Change-Id: I8a0bc92294004411782c6ee5b0e460b892570aa3
* Restoring overflow-x and overflow-y in runWebkitOverflowAutoFix (#16650)Alexey Fansky2015-03-033-0/+209
| | | | Change-Id: I7be1c1571ee5ede0ce481faf823f5f271a280a8a
* Fix text input of PopupCalendar in Internet Explorer (#16677).Mika Murtojarvi2015-03-032-0/+101
| | | | | | | Similarly to VTextField, VTextualDate now uses KeyDownHandler with IE to process the pressing of the return key. Change-Id: I139134fc38678ad46f0c46f30e3de25547b9a3c6
* Displaying tooltip in slot for touch devices (#15353)Alexey Fansky2015-03-031-0/+57
| | | | Change-Id: Ia2fce4dbfc205b44622557017afff19c4a2ef7df
* Revert "Hide button caption overflow in reindeer and valo. (#11864)"Jouni Koivuviita2015-03-032-52/+0
| | | | | | | | | | This reverts commit c9586c93b93987d9b5942c38ef0b536c091092a5. This fix will break button focus outline in Valo. The overflow hidden needs to be placed on the inner element (v-button-wrap). For Reindeer the fix is okay, but for consistency it might make sense to move it there to the inner element also. Change-Id: I6cac9fc6a1c8ae6be9969b8dc8533b9cad118d6a
* Make server tests work againArtur Signell2015-03-021-2/+2
| | | | Change-Id: Ie0097cef628ef013579067443d4a52be049cf1da
* Method for requesting column width recalculation (#16748)Artur Signell2015-03-022-0/+177
| | | | Change-Id: I089f08a056a358d9857ce6608293878e2b8bbd9e
* Hide button caption overflow in reindeer and valo. (#11864)Sauli Tähkäpää2015-02-272-0/+52
| | | | Change-Id: Iaeb9cd571dd4b7a37cdc89f9d291365aef96c9e1
* Redesign ComboBox filtering, highlighting and selection behaviour.Sauli Tähkäpää2015-02-2616-198/+777
| | | | | | | | | | | | | | | | | | | | | | | (#15502, #9369) Changes: - When opening the popup, the first suggestion is always highlighted by default unless adding new items is allowed. - When filter matches currently selected item, that item will be highlighted instead of the first item. - Hitting enter or tab will always select the highlighted item. - Closing the suggestions list by clicking outside the list no longer selects an item to prevent accidental selections. Test changes: - Extended ComboBoxElement to help test filtering. - Updated and tweaked ComboBoxResetValueTest, ComboBoxIdenticalItemsTest and ComboboxScrollableWindowTest. - Added ComboBoxSelectingTest and ComboBoxSelectingWithNewItemsAllowedTest. - Updated some tests that were using keyboard navigation. Change-Id: Ia7745b624bdb0b1a1bb498157ebcb37bee219d76
* Maintain Grid scroll position on detach and reattach (#16220)Johannes Dahlström2015-02-252-11/+30
| | | | Change-Id: I6ac5c3304bcd22e23f298c4dbdd65358aa1c64f7
* Add project, build and test name capabilities.Sauli Tähkäpää2015-02-251-0/+12
| | | | | | | - Helps identifiying problem points in test queue - Enables grouping tests in BrowserStack and other services. Change-Id: I444d0aa07900c39b4dafc2d6b6889975b3de3bec
* Fix test url parameter concatenation.Sauli Tähkäpää2015-02-243-17/+27
| | | | Change-Id: I7063aedc870330c1159e44b05ac3e729ad837ba1
* Fix Escalator size changes when scrolled to bottom (#16382)Teemu Suo-Anttila2015-02-241-0/+49
| | | | Change-Id: Iaf8b21e9c6a09e51667eebae1fdd4b1f5ebabedd
* Fix adding and modifying multiple rows in Grid (#16905)Teemu Suo-Anttila2015-02-241-0/+14
| | | | Change-Id: Ib3ae8d305f44a78c9bd6f4539ca9cee2a487d269
* Migrate TB2 tests from package applicationservlet to TB4Teemu Suo-Anttila2015-02-246-191/+145
| | | | | | | MultipleServeletConfigurationTest SystemMessagesTest Change-Id: I85f0bc2daed4d9ef2a4a341f4614c8a501256565
* Cleanup UI even if detach fails (#16651)Artur Signell2015-02-232-0/+109
| | | | Change-Id: Iefc27b7047836243268970605ba2e946fac55e95
* Ignore Chrome in ComboboxSelectedItemTextTest until regression is fixed. ↵Sauli Tähkäpää2015-02-231-0/+10
| | | | | | (#16636) Change-Id: Ib47c1a6031a988213be35bf4a7d449209194664d
* Use TestBench-4.0.2Teemu Suo-Anttila2015-02-19115-1502/+504
| | | | | | | | - Based on TB4 Parallel testing. - Browser setup no longer uses static capabilities. - Some code cleanup here and there. Change-Id: I5c419316cd36f4f5041eaa8da8fda3d8b46596c4
* Clearing the sorted indicator if sorting was disabled (#16563)Alexey Fansky2015-02-194-1/+206
| | | | Change-Id: I03677e25d639264d5056c5b86b7be8277fe332a4
* Add overload to openTestURL for giving UI class as a parameter.Sauli Tähkäpää2015-02-194-22/+42
| | | | Change-Id: Ia964bb1bd185f5b78af1581c58f3f9247fad281c
* Make push path configurable (#14432).Tapio Aali2015-02-183-3/+124
| | | | | | | In order to use websockets with Weblogic 12.1.2 or later, push path 'ws' needs to be used instead of 'PUSH'. Change-Id: Ia90d11c20a375cef9cf4a53986a70d616a83db06
* Migrated tb2 tests to tb4Miki2015-02-1810-242/+238
| | | | | | | | DeploymentConfigurationTest OldUIOnReloadTest ErrorInUnloadEventTest VaadinSessionAttributeTest Change-Id: I2ccddf4d2bd01f4532dda79698e6be71b3b1a9f5
* Add build parameter com.vaadin.testbench.hub.url.Sauli Tähkäpää2015-02-172-0/+13
| | | | Change-Id: I413c1dfffcba794aeaa33bbfef4b90b22f5f6fb7
* Resolve infinite loop when clearing and adding rows (#16747)Teemu Suo-Anttila2015-02-172-0/+121
| | | | Change-Id: Ibc364502cb756c499eb170a6a0c509f31d7fccb9