summaryrefslogtreecommitdiffstats
path: root/uitest
Commit message (Collapse)AuthorAgeFilesLines
* Disable websocket tests on Websphere 8 until #16354 is fixedArtur Signell2015-04-201-0/+5
| | | | Change-Id: I0908c30b68a98054d95e3ecef0c2d25e6409e1ea
* Revert "Reduce reflows when sizing columns (#17315)"Markus Koivisto2015-04-204-256/+0
| | | | | | | This reverts commit 103b329d328ab0dde95da9426462491be510a8be. It causes problems with screenshot tests (GridColumnAutoWidthServerTest). Change-Id: I1de4a44573b22e0bea8ffa2626724e2a182cb876
* Add Grid declarative multi-select test UIpatrik2015-04-202-0/+144
| | | | Change-Id: I4d59675d7ef71463aa2bc4a8de2fb567533af3e7
* Update favicon when changing themes (#15481)Leif Åstrand2015-04-172-0/+131
| | | | Change-Id: I3622d211ac5e668f7dce999605118f8f16ffae90
* Add Grid basic features declarative UIPekka Hyvönen2015-04-172-0/+526
| | | | Change-Id: I8bcc14787b4d00361d5ebbb92065632eef47241c
* Add GridItemEditor declarative test UITeemu Suo-Anttila2015-04-172-0/+104
| | | | Change-Id: I4a26d1508cc422bada57626f67f16d118be5f237
* Create declarative UI test harness (#17484)patrik2015-04-161-0/+175
| | | | Change-Id: I8d83830f897b50a73f2fa125d297457f7a90888c
* Convert some TB2 tests to TB4Teemu Suo-Anttila2015-04-1663-2218/+1463
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - components/ui/CurrentUiRetainedTest - components/ui/InitiallyEmptyFragmentTest - components/ui/PollListeningTest - components/ui/RpcInvocationHandlerToStringTest - components/ui/UIAccessExceptionHandlingTest - components/ui/UIInitBrowserDetailsTest - components/ui/UIInitExceptionTest - components/ui/UIPollingTest - components/ui/UITabIndexTest - components/ui/UIsInMultipleTabsTest - components/window/CloseSubWindowTest - components/window/ExtraWindowShownTest - components/window/RepaintWindowContentsTest - components/window/WindowShouldRemoveActionHandlerTest - components/window/WindowWithInvalidCloseListenerTest - containers/sqlcontainer/TableQueryWithNonUniqueFirstPrimaryKeyTest - converter/ConverterThatEnforcesAFormatTest - dd/DnDOnSubtreeTest - fieldgroup/BasicPersonFormTest - fieldgroup/CommitHandlerFailuresTest - fieldgroup/CommitWithValidationOrConversionErrorTest - fieldgroup/DateFormTest - fieldgroup/FieldGroupDiscardTest - fields/TabIndexesTest renamed: - components/ui/PollListenerTest -> PollListening Change-Id: Iac3c153709f6edca28d9f75a85246f1a70176963
* Iterate over copies of listener lists (#17477)Henri Sara2015-04-162-0/+168
| | | | | | Allows adding/removing view change listeners from listeners. Change-Id: Idb2227e1423c0297887f01f6df03b74e633ad917
* Keeping MenuItem custom classes when updating styles (#17427)Alexey Fansky2015-04-162-0/+73
| | | | Change-Id: I54b7e700148797f0145c4ec5f1802ea999142ab3
* Fix Grid editor area calculation without scrollbars (#17471)Teemu Suo-Anttila2015-04-162-0/+89
| | | | Change-Id: I55791e0bf46b00ea90daaeb1af8b4ca2748ff9d1
* Re-showed tab is displayed if there is room for it (#17096)Alexey Fansky2015-04-152-0/+186
| | | | Change-Id: I52c9a47e2b9eed3a3f73f34e4c3e770b915509bf
* Prevent opening Table context menu on short tapping on iOS (#15297)Ilya Ermakov2015-04-101-0/+106
| | | | | | | | With this patch handling touchstart in Table body is prevented if it is handled in Table row. This is the smallest patch that solves the problem, refactoring remains an open problem. Change-Id: Iea54210ee81a3fdf17e45c6c98026af9080abddf
* Grid header should render "the same" after changes to header (#17131)Mikael Grankvist2015-04-102-0/+339
| | | | Change-Id: I2a16ffbd59bf4863eb6a7bea8d4b590a693af637
* Adding a temporary style to VNotification on Chrome >=41 (#17252)Alexey Fansky2015-04-101-0/+33
| | | | Change-Id: I41c05e8f8487d351035804e0681947956d861479
* Don't use !important for ColorPicker width in Valo (#17140).Denis Anisimov2015-04-104-0/+224
| | | | Change-Id: I47feff9c78a39e30233f388b938c7e4e53b52051
* Grid layout slots should be slot size not slot content size (#17039)Mikael Grankvist2015-04-102-0/+164
| | | | Change-Id: I73a26b0d2f07bb624df6037e4e77f7137fd21791
* Set value selected by mouse when pressing Enter in ComboBox (#16981)Ilya Ermakov2015-04-102-0/+171
| | | | | | | With this patch pressing Enter in ComboBox sets value selected by mouse. Selection by keyboard is not given higher priority. Change-Id: I2e5f610923a40f67be2c1504a004af0d431a67a3
* Displaying tooltip on touch devices underneath the field (#17150)Alexey Fansky2015-04-101-0/+66
| | | | Change-Id: I7381a6212b824f9dafc5fe7359b0e791f15c57b2
* Disallow RunLocally annotation in framework tests. Fix NPE forTeemu Suo-Anttila2015-04-084-4/+23
| | | | | screenshots. Change-Id: I72793d85dfaba41aefa5370331c1ae81348607e9
* Support JSR-356 websockets (#16738, #14432)Artur Signell2015-04-022-1/+96
| | | | | | | | | | * Initialize Atmosphere in a context listener as JSR-356 requires * Do not run JSR-356 or websocket tests on servers without support * Adds /run-jsr356/ for testing JSR-356 websockets with uitest.war * Change push path to /PUSH (from /PUSH/) to be compatible with JSR 356 endpoint mappings in Atmosphere (#14381) Change-Id: Iec43f26df8c7b2bd347a713623a5298cc9e7b2cd
* Don't remove frozen columns when columns reordered in Grid #16901Pekka Hyvönen2015-03-311-0/+17
| | | | Change-Id: Ib812ecd6afeb92d56bb179bcb120c65f20d26a8c
* Make test work in uitest.warArtur Signell2015-03-311-2/+2
| | | | Change-Id: I8db1b39e2b6372b460550c56884d3bea47c1155e
* Reduce reflows when sizing columns (#17315)Leif Åstrand2015-03-304-0/+256
| | | | | | | | This patch increases the reported fps from 10 to 17 in Chrome and from 5 to 10 in Firefox. No automatic test since performance testing on our shared testing infrastructure would be quite error-prone. Change-Id: I0bb6af250743058a8f32bb2df89da97660e94b52
* Do proper cleanup in VDragAndDropManager.endDrag(boolean) (#17163)Maciej Przepióra2015-03-294-0/+329
| | | | Change-Id: I5f9462923fce9f033bc89b791d68607a1e0fc5c7
* Reset index of selected item when it's removed (#17248).Denis Anisimov2015-03-272-0/+98
| | | | Change-Id: Id38f48d84e9f55334af2e44b2dc49b1a3c7ef390
* Make Grid update column renderers (#16552)Patrik Lindström2015-03-262-0/+187
| | | | Change-Id: I3adf9d0cc32f800a535a82ffe5d6ba503a36e746
* SplitPanel should have an event for the splitter being moved (#3855)wodencafe2015-03-262-0/+169
| | | | Change-Id: I473e5a0f8420c95971af52ef230849f468ebbbad
* 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