aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/com/vaadin
Commit message (Collapse)AuthorAgeFilesLines
* Always initialize WebBrowser for new sessions (#13571)Leif Åstrand2014-04-142-6/+101
| | | | Change-Id: I3918498d63032f6b507b52634df5b41470363e15
* Revert "Drag image for text-area should contain text of text-area (#13557)"Teemu Suo-Anttila2014-04-142-117/+0
| | | | | | | | | | | This reverts commit f227f0c1068f17e5491bd399d9f5bde16a0c8272. Synchronising content after IE wraps the given element into a table with a body causes a NullPointerException on client side. This patch also contains new API and should be targeted to master branch. Change-Id: Ia19acd9fa31c7b67507bf797a2bab7c28ea37b4b
* Drag image for text-area should contain text of text-area (#13557).Denis Anisimov2014-04-102-0/+117
| | | | Change-Id: Ief653c3f15d18fdd076f0fb80f8a91ae429a54d3
* Added integration test for WebSphere Portal. (#13309)Sauli Tähkäpää2014-04-091-0/+163
| | | | Change-Id: I576fb145cd34f98ffa90657e20f5a7c1854f470c
* Refactored TimeoutRedirectResetsOnActivity tests.Sauli Tähkäpää2014-04-083-51/+135
| | | | | | -Added RetryOnFail test rule. Change-Id: I0b2cd5af0a144c29855c3ba1e158ba54900a9523
* Fix ScreenshotTB3Test removing reference imagesTeemu Suo-Anttila2014-04-041-1/+1
| | | | Change-Id: Iaeb6943b534e3df4dad2f8689837425cdb6a65bc
* Replaced flaky TB2 test with stable TB3 testArtur Signell2014-04-023-190/+125
| | | | Change-Id: I14afbd88d7aa22510f6c0dd605643c072b8e589f
* Removed unnecessary tooltips from LayoutTesterApplication.Sauli Tähkäpää2014-04-013-6/+3
| | | | | | Added longer delay to avoid table resize problems. Change-Id: I9929a23711932223991706bde2d7f06c551f0ec2
* Added a button hitting method to AbstractTB3Test.Sauli Tähkäpää2014-04-014-45/+43
| | | | | | | Refactored LayoutTesterApplicationTest. Refactored SliderDisableTest. Change-Id: I038fedb9d234656b85359ce7fb778b001e6f4402
* Prevent popup open when datafield is disabled (#13508).Denis Anisimov2014-03-312-0/+98
| | | | Change-Id: I5bb3ec24ad15d832a43998a4cee49a61ae81562e
* Refactored slider disable test.Sauli Tähkäpää2014-03-311-4/+31
| | | | Change-Id: I800c66399f32ca671d41425b11bd059def1fa9c9
* Fixed aria-disabled attribute value on DateField button (#13463)Teemu Pöntelin2014-03-312-0/+91
| | | | Change-Id: I9b13b76a92f0070c3b4c30556a276d60ceba94e8
* 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