| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fixes the handling of the scroll position of a Window (#12736) | Mika Murtojarvi | 2013-10-30 | 2 | -0/+123 |
* | Revert "Publish error artifacts immediatly in TeamCity" | Artur Signell | 2013-10-30 | 2 | -15/+1 |
* | Revert "Only print testbench failure TeamCity messages when running in TC" | Artur Signell | 2013-10-30 | 3 | -23/+6 |
* | Ensure error screenshots are named according to the browser and not reference | Artur Signell | 2013-10-29 | 1 | -7/+35 |
* | Fixes test issues preventing it from passing | Artur Signell | 2013-10-23 | 6 | -19/+51 |
* | Convert push test to TB3 so it has a chance to pass | Artur Signell | 2013-10-23 | 3 | -41/+49 |
* | Fixed focus issue in TableMoveFocusWithSelectionTest (#12540) | John Ahlroos | 2013-10-21 | 1 | -8/+14 |
* | Ticket #12727 - Panels get unnecessary scroll bars in WebKit when content is ... | Felype Santiago Ferreira | 2013-10-21 | 3 | -0/+141 |
* | Added more exception handling to PushHandler (#12578, #11882) | Marc Englund | 2013-10-21 | 2 | -0/+134 |
* | Add more hax to make test work with new Atmosphere JS (#12241) | Artur Signell | 2013-10-17 | 1 | -3/+5 |
* | Fixed javadoc | Artur Signell | 2013-10-17 | 1 | -5/+3 |
* | Resolve concurrency issue in running TB3 tests | Artur Signell | 2013-10-17 | 5 | -18/+18 |
* | Remove unused test super class (#12786) | Artur Signell | 2013-10-17 | 1 | -50/+0 |
* | Fix compilation error | Artur Signell | 2013-10-16 | 1 | -3/+0 |
* | Disable automated testing on Opera until issues are resolved (#12487, #12367,... | Artur Signell | 2013-10-16 | 1 | -2/+3 |
* | Skip compilation of TB2 tests if tests.tb2.skip is set | Artur Signell | 2013-10-16 | 1 | -2/+2 |
* | Test for pushing large chunks of data (#12567) | Artur Signell | 2013-10-16 | 7 | -0/+335 |
* | Disable fallback in a way compatible with Atmosphere JS 2.0.3 (#12241) | Artur Signell | 2013-10-16 | 2 | -2/+7 |
* | Allow running tests locally by overriding runLocally() (#12786) | Artur Signell | 2013-10-15 | 3 | -2/+57 |
* | Created constants for tested browser versions (#12786) | Artur Signell | 2013-10-15 | 4 | -17/+24 |
* | Validate that the connector is enabled before triggering actions for it (#12743) | Artur Signell | 2013-10-15 | 2 | -0/+122 |
* | Fixed swallower access. Now error handler logs exceptions. (#12703) | Felype Santiago Ferreira | 2013-10-15 | 2 | -0/+224 |
* | Allow skipping TB2/TB3 tests using tests.tb2/tb3.skip | Artur Signell | 2013-10-15 | 2 | -2/+2 |
* | Converted broken test to TB3 | Artur Signell | 2013-10-11 | 2 | -168/+161 |
* | Only fetch rows if there are some (#11189) | Matti Tahvonen | 2013-10-09 | 2 | -0/+102 |
* | added small pause to make test pass | Matti Tahvonen | 2013-10-09 | 1 | -0/+10 |
* | Focus selected row in Table #12540 | John Ahlroos | 2013-10-09 | 2 | -0/+200 |
* | Fixed compilation error in TB3 test | John Ahlroos | 2013-10-09 | 2 | -103/+118 |
* | Avoid obsolete calendar panel renderings to avoid various NPEs. | Matti Tahvonen | 2013-10-08 | 1 | -0/+103 |
* | Updatet servlet tests to follow the same *Test naming convention | Artur Signell | 2013-10-08 | 10 | -22/+71 |
* | Allow configuring deployment port for TB3 tests | John Ahlroos | 2013-10-08 | 2 | -1/+20 |
* | Use class name and not enclosing class for screenshot name | Artur Signell | 2013-10-08 | 1 | -4/+0 |
* | Makes test stable and adds helper comparison methods | Artur Signell | 2013-10-08 | 2 | -13/+92 |
* | Update TB3+ convention to use a separate *Test file | Artur Signell | 2013-10-08 | 28 | -585/+837 |
* | Mark as deprecated to discourage usage for new tests | Artur Signell | 2013-10-08 | 1 | -0/+1 |
* | Converted push test to TB3 (#12226, #12522) | Artur Signell | 2013-10-08 | 3 | -98/+84 |
* | Actually open integration test. | Artur Signell | 2013-10-08 | 1 | -0/+1 |
* | Run tests on Tomcat 8 (#12326) | Artur Signell | 2013-10-07 | 1 | -0/+7 |
* | Fixes #12564 (HorizontalLayout breaks w/ alignment & error indicator) | Matti Tahvonen | 2013-10-04 | 1 | -0/+96 |
* | Fix OptionGroup elements losing focus on value change (#10451) | Artem Godin | 2013-10-03 | 2 | -0/+124 |
* | Only print testbench failure TeamCity messages when running in TC | John Ahlroos | 2013-10-02 | 3 | -6/+23 |
* | Only publish files actually produced by this test/browser | Artur Signell | 2013-10-02 | 1 | -2/+2 |
* | Update slider client-side state object on value change (#12676) | Juho Nurminen | 2013-10-01 | 1 | -0/+81 |
* | Check modifiers when handling TabSheet hot keys. Fixes #12178 | Juho Nurminen | 2013-10-01 | 1 | -0/+50 |
* | Refactor how TB3 tests are written (#12572) | Artur Signell | 2013-09-27 | 12 | -98/+87 |
* | Added user agent for IE 11 (#12631) | Artur Signell | 2013-09-27 | 1 | -0/+3 |
* | Publish error artifacts immediatly in TeamCity | John Ahlroos | 2013-09-27 | 2 | -1/+15 |
* | Limit the number of tests run concurrently (#12572) | Artur Signell | 2013-09-26 | 3 | -4/+42 |
* | Fixes issue with Table not scrolling completely to the end #12651 | John Ahlroos | 2013-09-26 | 2 | -0/+102 |
* | Converted TB2 push tests to TB3 (#12580) | Artur Signell | 2013-09-25 | 25 | -792/+799 |