summaryrefslogtreecommitdiffstats
path: root/uitest/src/com/vaadin/tests
Commit message (Collapse)AuthorAgeFilesLines
* Disable client timeout so websockets are not disconnected when idle (#13015)Artur Signell2013-12-029-16/+119
| | | | | | | Updated sleep method to ensure that long sleeps can be performed without losing the connection to the browser Change-Id: I4f29d946e7a9a400e303e3a574876e1bc2d56773
* Correct assertion message which changed due to #12915Artur Signell2013-12-022-26/+49
| | | | | | Converted to TB3 to allow running on only one browser Change-Id: I8a0d20cfb5af798d8b89f3fca86ef7d9d7a37527
* Make test work reliably by activating @PushArtur Signell2013-11-272-31/+50
| | | | | | | Additional test now ensures that access() works both when called before init() is done and after init() is done Change-Id: Id56bd09f1aaa7a6a99eed8d097f12910cdc11596
* Fixed TabSheet keyboard navigation (#12971)Juho Nurminen2013-11-201-0/+60
| | | | Change-Id: Ibb155946811eb43829c6c200fa83c5eaa1d7cdfa
* Fix TB3 local testing and occasionally failing SliderDisableTest.Teemu Suo-Anttila2013-11-192-7/+11
| | | | Change-Id: I58e60e55838c3339c934cf975e5e148c8f09a78b
* Revert "Fixed lost scrollLeft when row count changed in Table (#12652)."Leif Åstrand2013-11-152-211/+0
| | | | | | | | This reverts commit 533ddcda271b7226b38c035adf3073062c562653. Seems like the caused regressions are far from trivial to resolve. A new approach might be needed to resolve this issue. Change-Id: I88cf75608e8d47fffab5a366a8ad1b3b70c1c11f
* Allow using @RunLocally to run on a local Firefox/Chrome/SafariArtur Signell2013-11-159-94/+140
| | | | Change-Id: Ibb1dfd12dc48637d8179f80322b5203ea5562805
* Use localhost when running locally to avoid potential network issuesArtur Signell2013-11-151-0/+3
| | | | Change-Id: Ie43604a2b41d2214d55d0976ba3c81ea361c8c56
* Added extra asserts to make test more safer to blind refactoringsMatti Tahvonen2013-11-141-4/+11
| | | | Change-Id: I5dd159640bdc4f188c291017032ca96ca8b85d11
* Added test case for #12726Matti Tahvonen2013-11-141-0/+97
| | | | Change-Id: I396bfa4f255d64dd1729afa1be6771ff35026ad9
* Workaround for missing value change event in chrome (#10109)Matti Tahvonen2013-11-121-0/+131
| | | | Change-Id: I019527041539fcd0083261b693767144492e626a
* Fixes double scrollbar issue in browserframes (#11780)Thomas2013-11-112-0/+55
| | | | | | Fixed by adding font-size 0 to the base theme. Change-Id: I8d0224cb65f8ab36c50d2fd68157de4803c823e2
* Fixed lost scrollLeft when row count changed in Table (#12652).Tapio Aali2013-11-062-0/+211
| | | Change-Id: I868f56c1e7003c6619859ba46619f4c53ef9744e
* Forces redraw in IE 8 when table does post layout. (#12687)Jarno Rantala2013-11-062-0/+119
| | | | | | Without forcing the redraw, IE8 measures component sizes incorrectly in some cases. Change-Id: I38e8a70e18753714b00f5ca4492749d6c84f10dc
* Send window position data back to server after drag (#12885)Thomas2013-11-062-0/+117
| | | | Change-Id: I9ca766b0e06390c7ab90f9cbd4996b83032789db
* Make test more reliable by updating description which does not update the DOMArtur Signell2013-11-041-1/+3
| | | | | | Many browsers (IE) choke quite easily when there is a 1MB string inside a div Change-Id: Ied9b27c17c5374b7cac36820be9cbe38e84448ee
* Remove possibility to use static inner classes for testsArtur Signell2013-11-041-9/+0
| | | | Change-Id: I461568918bc09bd7a09abbf9c4a34f1a5f3b997f
* Extracted test to separate classArtur Signell2013-11-042-55/+72
| | | | Change-Id: Ibfad0180e93e7f74b91427761b40c86938044c50
* Made test more stable and added Firefox reconnect test (#12492)Artur Signell2013-11-013-13/+73
| | | | | | Waits longer for push message as at least Firefox has some kind of built in back off for websocket reconnects Change-Id: Iaab2e09e8364f0b6247b3b39c19be439a4995800
* Prepare for Safari 7 testing (#5288)Artur Signell2013-11-012-2/+3
| | | | Change-Id: I8868d9bd5e6dcc2b6ece404460700f00e6f2004e
* Fix duplicate id issue in test and test more corner casesArtur Signell2013-10-312-1/+22
| | | | Change-Id: I4bacfe7353968df7b0f1a8786ae4e488dffa3565
* Tests for validating reconnect works for streaming and websockets ↵Artur Signell2013-10-318-47/+360
| | | | | | (#12868,#12853,#12852) Change-Id: I0e1e51291e9275a78737ad0e70e63b75ef993a63
* Fix compilation error in testArtur Signell2013-10-311-1/+1
| | | | Change-Id: I1ad693fdc55becd4b4e620b8549d824b4496b908
* Converted LayoutTesterApplication test to TB3Artur Signell2013-10-316-904/+211
| | | | Change-Id: I2cee37ae8297c74b4a37fc59e3cf835c9291ed43
* Fixed Tab error tooltips (#12802)Juho Nurminen2013-10-302-0/+141
| | | | Change-Id: I5ad33f38be5fac64805950d143ad2712e671ff83
* Fixes the handling of the scroll position of a Window (#12736)Mika Murtojarvi2013-10-302-0/+123
| | | | | | | | | | | | | After the first commit the same fix has been applied also for panels, in addition to other suggested changes. The scroll position of a Window is now memorized before applying the fix for bug #11994. The position is restored after the fix. Because the scrolling issue is known to appear also in other components, the fix for the scrolling has been moved to the Util class. Change-Id: I5251011b5bede77a7fb18972e1d90016c0eccc23
* Revert "Publish error artifacts immediatly in TeamCity"Artur Signell2013-10-301-11/+1
| | | | | | This reverts commit 5fb1da2da04ccca2305af31a9105b848e42b1ed6. Change-Id: I9d84b75e5e189378eacd2559bb42399b77957010
* Revert "Only print testbench failure TeamCity messages when running in TC"Artur Signell2013-10-301-5/+3
| | | | | | This reverts commit d0e604f6b509767c46ffe0fd6765cf23535f593e. Change-Id: I14509a9cb1365761d02a3a8a18d3febc4a7ba918
* Ensure error screenshots are named according to the browser and not referenceArtur Signell2013-10-291-7/+35
| | | | Change-Id: I3fe0a3f5e2906bde79d6d9fc3e84dab8102ffd60
* Fixes test issues preventing it from passingArtur Signell2013-10-236-19/+51
| | | | | | Ensure push is enabled correctly without a fallback and made test more stable Change-Id: I6c653a96375e05c6ad18e1f5b697c6a584c6c53f
* Convert push test to TB3 so it has a chance to passArtur Signell2013-10-233-41/+49
| | | | Change-Id: I6381ea4bd61b3df19599f2f9d3a303a50c810460
* Fixed focus issue in TableMoveFocusWithSelectionTest (#12540)John Ahlroos2013-10-211-8/+14
| | | | Change-Id: I40dbc81b6aa4eaf0a235ae2cc7f04025011445c9
* Ticket #12727 - Panels get unnecessary scroll bars in WebKit when content is ↵Felype Santiago Ferreira2013-10-213-0/+141
| | | | | | 100% wide. Change-Id: Ia34e7c3ce755556460d237fb3489501274ced39f
* Added more exception handling to PushHandler (#12578, #11882)Marc Englund2013-10-212-0/+134
| | | | | | PushHandler now catches Exception and calls ErrorHandler more. Change-Id: I7032c00f717b1dae34f4352abc035b1b398c7cfc
* Add more hax to make test work with new Atmosphere JS (#12241)Artur Signell2013-10-171-3/+5
| | | | Change-Id: Id75cabd402e243ed4bec7da61771554f2df4fbf6
* Fixed javadocArtur Signell2013-10-171-5/+3
| | | | Change-Id: I0c54a5d033d53efd2c82a1dc03f9b6fda423e8ce
* Resolve concurrency issue in running TB3 testsArtur Signell2013-10-175-18/+18
| | | | | | | | Ensure nobody can update the static collections of browsers to run on but that sub classes can restrict which browsers to run on using super.getBrowersToTest().remove(something) Change-Id: Iad520840801fbeb719bae51050714c0e47148804
* Remove unused test super class (#12786)Artur Signell2013-10-171-50/+0
| | | | Change-Id: I7a56c9da10557485d5562eaf8d9197bfff4bc849
* Fix compilation errorArtur Signell2013-10-161-3/+0
| | | | Change-Id: I0068b68ef29c2b3f669869cb4bf427567f71c8b2
* Disable automated testing on Opera until issues are resolved (#12487, ↵Artur Signell2013-10-161-2/+3
| | | | | | #12367, #12800) Change-Id: Id90abf6b2241aeb4f4e83551647169512a93401b
* Test for pushing large chunks of data (#12567)Artur Signell2013-10-167-0/+335
| | | | Change-Id: I846b8417f69a0dca7cda2c3851148896d22cabcc
* Disable fallback in a way compatible with Atmosphere JS 2.0.3 (#12241)Artur Signell2013-10-162-2/+7
| | | | Change-Id: I4023b50038288e39559cb8542ed59be807274d40
* Allow running tests locally by overriding runLocally() (#12786)Artur Signell2013-10-153-2/+57
| | | | | | Uses Firefox either from path or from the location given using firefox.path in /work/run-eclipse-run-selected-test.properties Change-Id: I29faa94cac4c978792a8fab9db338048553d166a
* Created constants for tested browser versions (#12786)Artur Signell2013-10-154-17/+24
| | | | Change-Id: I8f349bb3c338bb7e9073944891436edac5ee1bb1
* Validate that the connector is enabled before triggering actions for it (#12743)Artur Signell2013-10-152-0/+122
| | | | | | Automated test enabled only for IE9-IE11 because of #12785 Change-Id: I265e5d1ead3fa56469861c5a98dcc9d0106d1051
* Fixed swallower access. Now error handler logs exceptions. (#12703)Felype Santiago Ferreira2013-10-152-0/+224
| | | | Change-Id: If8fe00e10c7ec56cbd8753ff88d4816613a340f2
* Converted broken test to TB3Artur Signell2013-10-112-168/+161
| | | | Change-Id: Ic30db7584a65c944eb45c576e12b7671399d1965
* Only fetch rows if there are some (#11189)Matti Tahvonen2013-10-092-0/+102
| | | | | | | | | IE hacks cause calls to onScroll in situations where the cache row fetch logic is not working correctly (causes JS exception). This change has an optimization to pass this logic if there are no rows available and this way fixes the JS exception as well. Change-Id: I3425f3d75cad8b65e605638343b167abf7b48067
* added small pause to make test passMatti Tahvonen2013-10-091-0/+10
| | | | Change-Id: I2e58a7444e5a2740f81409e6f248e0acedcead54
* Focus selected row in Table #12540John Ahlroos2013-10-092-0/+200
| | | | Change-Id: Ic920f9cb11840a456a7c49746317eaccde1e1406