aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/com/vaadin/tests
Commit message (Collapse)AuthorAgeFilesLines
* Make test work with IEArtur Signell2014-03-291-0/+8
| | | | Change-Id: I17b3c5221c68c0bc78d675368dc56616e9bdfc6b
* Made Window z-indices update when windows are closed (#13174)Juho Nurminen2014-03-282-0/+117
| | | | Change-Id: I2fa7566ec4788893d1d99440a7ca2d014c9a8f13
* Removed firefox from SelectAllRowsTest.Sauli Tähkäpää2014-03-281-3/+5
| | | | Change-Id: I00680fcf48472bea5b85cbdcc91d8d6ba977c482
* Remove accidental RunLocally annotationTeemu Suo-Anttila2014-03-281-2/+0
| | | | Change-Id: Ibd341ce141cd9674e9ed0ebd9068d02b08840ed9
* Add nativeEvents false capability to LayoutTesterApplicationTestTeemu Suo-Anttila2014-03-281-0/+10
| | | | Change-Id: Ice1081dc0d5e6fd49c246ca4a4bfbf27dbbbace4
* Added categories inclusion and exclusion feature to TB3TestSuite.Sauli Tähkäpää2014-03-2814-16/+124
| | | | | | | | Added test category annotation. Added default values for properties. Added categories to tests. Change-Id: I04259f1e56a75eb8c9834c125f44cb375196ddf8
* Added browser inclusion and exclusion for TB3Runner.Sauli Tähkäpää2014-03-271-24/+135
| | | | Change-Id: Ib7ef84027eebc0d9512964361419763631b9b29f
* Fix VScrollTable to clear reported ranges (#13353)Teemu Suo-Anttila2014-03-272-0/+167
| | | | Change-Id: Ieb0e2dce37ae1564151bf40d9d51cb013490b865
* Remove flaky tests which does not give much additional infoArtur Signell2014-03-251-16/+0
| | | | Change-Id: I63141cac25b612805458cae570917f757106251a
* Esc now closes the date popup even if focused on the time selectors (#12314)Teemu Pöntelin2014-03-242-9/+30
| | | | Change-Id: I68bc7922074c8c03957fbffce8a3d453726e8c1a
* Ignore backspace events in modal windows (#13180)Felype Santiago Ferreira2014-03-242-0/+168
| | | | Change-Id: Idf3ec4bc80bd015c546000e99cb6ff16e79ca5a8
* Remove unnecessary Webkit scrollbar testTeemu Suo-Anttila2014-03-201-39/+0
| | | | Change-Id: I58c8216b35355c3e84ab0b31300988a0957c1b85
* Fix invalid copyright headerLeif Åstrand2014-03-201-1/+13
| | | | Change-Id: I8957eeb8c087a7a3f6aa8b417eb52689e6c28025
* Made TabSheet tabs always become visible when focused (#12343)Juho Nurminen2014-03-192-0/+100
| | | | Change-Id: I8f840bf4e45e257454d5e16c7b43f63858fd15d8
* Pressing ESC now closes the DateField popup when using month or year ↵Teemu Pöntelin2014-03-182-0/+124
| | | | | | resolutions. (#12317) Change-Id: Icf7b8da00e80ea4dc4843bcd28b005b5e91b866f
* Refactored JSR286 portlet test.Sauli Tähkäpää2014-03-181-9/+10
| | | | Change-Id: I1830ebca5e23890636ade0bab2eca2cefe6ee1ac
* Added User-Agent and Screen Width + Height labels to portlet test.Sauli Tähkäpää2014-03-181-0/+17
| | | | Change-Id: Ic51e0fde622b3075c6956b4c6f3700fbb281c7ba
* Merged IntegrationTestRunner into TB3RunnerArtur Signell2014-03-174-72/+72
| | | | Change-Id: I9e14a75b8446623d8995ee907bd95a1b2452cefd
* Fixes a memory leak on IE8 in LayoutManagerIE8 (#12688)Pekka Hyvönen2014-03-144-0/+246
| | | | Change-Id: Ieae3b1d82e92fadf5ab517c1c878fc82bcc0ecbd
* Eliminate .v-caption memory leak (#13346)Henri Sara2014-03-142-0/+130
| | | | Change-Id: I6577dabaaf5d9fa4c73158d3391dfcd28dd0629e
* Test for streaming reconnect issue (#13435)Artur Signell2014-03-141-0/+75
| | | | Change-Id: Ibf04105a1ffe2c22726d628a0aba4668569d45d2
* Fix for width issue of TabSheet (#12805)Teemu Pöntelin2014-03-142-0/+146
| | | | | | | | | | Width of v-tabsheet-tabcontainer was set by copying the width from the ComponentConnector. This produced an incorrect result when a relative width (other than 100%) was used. Fixed by assigning the width to 100% when the TabSheet has a defined width. Change-Id: I7f128f87406e6e00ceda9ee6e75dcc5539e283b6
* Fixed "EEE" in DateField's date pattern (#13443)Teemu Pöntelin2014-03-142-0/+95
| | | | Change-Id: Ib82d901fbf65dc39c06b117c68bb0191f0fd8e68
* Make ExcludeFromSuite annotation Runtime and InheritedTeemu Suo-Anttila2014-03-112-5/+10
| | | | Change-Id: I35169d1560ae5e1b9a057d6350de14947f6155ae
* Revert "Fixes a memory leak on IE8 in LayoutManagerIE8 (#12688)"Henri Sara2014-03-104-246/+0
| | | | | | This reverts commit 024692835d1e2af1a4053821959f03f8d5eb4fcb. Change-Id: I19cf6ee66a21f7eb07d0f1fd8b9698ae88454700
* Fixes a memory leak on IE8 in LayoutManagerIE8 (#12688)Pekka Hyvönen2014-03-054-0/+246
| | | | Change-Id: I9b2d2ff9513a9063de292fdf1e14b227e0ff4d76
* Refactored VerifyJreVersion test to TB3.Sauli Tähkäpää2014-03-043-27/+42
| | | | Change-Id: I7283685ee61a0a68563aeb39633090b376c57380
* Refactored TB3 test ip address whitelisting.Sauli Tähkäpää2014-03-041-10/+9
| | | | Change-Id: I7f9aae8ed3ea163b19d92caa652313dfc2c4a159
* Workaround Streaming Push unreliabilities (#13415)Teemu Suo-Anttila2014-03-032-10/+22
| | | | Change-Id: I5e946b365e22e71a0c13606fcd159d1ce7c82925
* Re-try opening ssh tunnel if it fails the first time(s)Artur Signell2014-03-031-2/+17
| | | | Change-Id: I653db3a818435c023f0bbd8015d2bd1a35ed4e34
* Remove tooltip that's causing CalendarAcrionEventSourceTest failuresTeemu Suo-Anttila2014-02-271-3/+2
| | | | | | | This said tooltip gets in front of the context menu and native events actually clicks on the tooltip instead of the context menu item. Change-Id: I6519ba98351a5ad03ccc35c29b85a831e3026325
* Use Chrome 33 for testingHenri Sara2014-02-272-2/+2
| | | | Change-Id: I6362097ff836c10b7001c5fd8acd8adf91a94b2f
* Fix broken TableScrollingWithSQLContainer test UITeemu Suo-Anttila2014-02-251-7/+32
| | | | Change-Id: I67bcb7a473d147c46e24cb3c116fd9115a3bda6b
* Remove applet test which does not work reliablyArtur Signell2014-02-251-36/+0
| | | | | | | | As long as nobody is constantly updating the java version on the test cluster and additionally ensures that no manual interaction is needed for Java applets to run, this test is not useful Change-Id: Ic9b3e190567e8949bbb514d5fedefc3c720402e7
* Fix SQLContainer paging and caching issue (#11199)Teemu Suo-Anttila2014-02-252-0/+109
| | | | Change-Id: I884c0f0a27a124a49698b141ac63c93950df428d
* Remove extra whitespace causing validation failuresArtur Signell2014-02-212-17/+16
| | | | Change-Id: Ib93665a7411c52c1b3b00c22a7c4f799b5adbaea
* TreeTable does not have partial updates enabled in Vaadin 7 and probably ↵Artur Signell2014-02-211-553/+0
| | | | | | won't ever have. Change-Id: Iae8a2fae226712b7200873fec67aa9b2cfaf24ee
* Slow down test to hopefully make it more stable (and four times longer)Artur Signell2014-02-201-2/+2
| | | | Change-Id: Ie9ef1c53544b5b9b3462cf6648b18df8ae8f56e0
* Eliminate spacing memory leak on client (#13315)Henri Sara2014-02-172-0/+93
| | | | Change-Id: I432ae4a04d74826dd1cce108177bd503774a8463
* Servlet test for push with default parameters (#13299)Artur Signell2014-02-102-0/+50
| | | | | | Ensure push works in default mode for all servers and browsers Change-Id: I7145839bb081165fd52246fe87c6bb3eae7fe510
* Use Calendar as sender for action handlers (#13191)Henri Sara2014-01-302-0/+197
| | | | | | | | The sender parameter to action handlers is now the Calendar instance rather than an instance of a private RPC implementation class. This was probably broken by an earlier refactoring. Change-Id: If15cf232e7578eb55617f45db6b9304f5e80fed5
* Retain focus while changing DOM in OrderedLayout (#12967)Teemu Suo-Anttila2014-01-163-0/+179
| | | | Change-Id: Id25177a2dfecc2d0d3b8bb5803656a39bec9c5d6
* Update textbox when Select item caption changes (#9250)Tomi Virtanen2014-01-151-2/+2
| | | | | | | Fixed logic that detects changed item caption and triggers update to textbox text. Changed test case description. Change-Id: I9fbb0cc686e73404bab8e624a5332644cca53737
* Renamed test according to conventions and fixed assertion text.John Ahlroos2014-01-151-2/+2
| | | | Change-Id: I7ede421f7e0c5ae726167b4ee7b2d8651a70c77c
* Converted TB2 test to TB3 and fixed text assertion.John Ahlroos2014-01-153-50/+66
| | | | Change-Id: I19bdbf1cf64853abc3bc7e72a86cd80599bfa652
* Convinience methods for getting mouse and keyboard in test.John Ahlroos2014-01-141-0/+21
| | | | Change-Id: Ic54887c252ba452bb841f7ae2da362235d4f924b
* Converted TestUIWidgetset test to TB3 and fixed wrong text in assertion.John Ahlroos2014-01-135-40/+91
| | | | Change-Id: Ie1d5374280381f9ff81415ce9d9d82773718800c
* Selected option is updated when item caption changes in Select (#9250)Tomi Virtanen2014-01-092-0/+122
| | | | | | Fixed ComboBoxConnector to update input-element text to match the changed item caption. Added SelectItemCaptionRefresh test case and TestBench2 (html) test for it. Change-Id: I45b2168aab27f83203a59500715ac9aca5357412
* Fix for scrolling with modal opened. (#12899)Felype Santiago Ferreira2014-01-092-0/+105
| | | | Change-Id: I9ba142a35ab887bb3a71c7311064ebab77bc01ba
* Ignores scroll events while update from server is in progress (#11454)Jarno Rantala2014-01-093-0/+586
| | | | | | | | | When ItemSetChange event occurs, it will recreate the rows in client side. This will mess up the scroll position in scrollBodyPanel when its content is removed. This why the onScroll events should be ignored until the scroll position is reset by lazyScroller. Change-Id: Ib70e0dd7b730d4745a84742509145658e35d517e