aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/test/java/com/vaadin/tests/push
Commit message (Collapse)AuthorAgeFilesLines
* Format the code (#11244)Sun Zhe2018-10-151-8/+7
|
* Revert change to fix issue on removing Grid with components (#11224)Sun Zhe2018-10-121-7/+8
| | | | | | | | | | * Test case for removing Grid with components * This reverts commit b2745dc14f17b510df7321ab3f6285ed317da3b3. Add test case to address the issue with removing gird with components; Current situation: the grid cannot be removed and client-side throw an error. fixes: Revert the corresponding change, as it didn't address any issue which was fixed.
* Fix handler creation to happen on init (#11172)Teemu Suo-Anttila2018-09-071-8/+7
| | | | Fix handler creation to happen on init
* Upgrade to new Atmosphere (#11122), replace SSH proxy with java-based ↵Ilia Motornyi2018-09-042-9/+23
| | | | trivial one, fix tests
* Remove PhantomJS from testing (#10997)Teemu Suo-Anttila2018-06-2610-95/+0
|
* Remove copyright headers from test code (#10770)Teemu Suo-Anttila2018-03-2836-540/+0
|
* Update copyright year (#10761)Ilia Motornyi2018-03-2736-36/+36
|
* Use lambda expressions. (#10268)Ahmed Ashour2017-11-012-36/+12
|
* Simplify waitUntil() in tests (#10181)Ahmed Ashour2017-10-132-18/+3
|
* Use static import of Assert in tests (#10126)Ahmed Ashour2017-10-039-48/+49
| | | | Also removes dependency on junit.framework.TestCase .
* Fix making components visible by push (#9934)Henri Sara2017-09-061-0/+41
| | | | | | | | Fix connector tracker cleanup for the case where a component is hidden by a request and is made visible again by push. This fixes a regression caused by #9305. Fixes #9905
* Fix button text and waitUntil rule (#9720)Teemu Suo-Anttila2017-07-241-2/+1
|
* Do full connector tracker cleanup when the session lock is released (#9707)Artur2017-07-241-0/+43
| | | | | | | | | | As there is no "request end" call after invoking UI.access() from a background thread, the connector map was not earlier properly cleaned afterwards. If you toggled visibility of a component from the background thread, the tracker state became inconsistent. If this becomes a performance problem, it could probably be optimized to that cleanup is done in request end and only at the end of access if not inside a request. Fixes #9654
* Remove tracking of unregistered connectors (#8153)Aleksi Hietanen2017-03-071-40/+0
|
* Fix SendMultiByteCharactersTest for Firefox (#8553)Henri Sara2017-02-141-2/+3
|
* Fix some broken tests and ComboBoxElement (#8430)Henri Sara2017-02-031-8/+1
|
* Fix TestBench API imports (#8112)Teemu Suo-Anttila2017-01-131-1/+1
| | | | | | | | | | | | | | | | | | | | * Fix TestBench API imports, move functionality from custom elements * Fixes to TestBench APIs and JavaDocs * Merge remote-tracking branch 'origin/master' into 578_tbapi_cleanup * Fix method name in CheckBoxGroupTest * Remove unused custom element classes * Implement getOptions using getOptionElements * Replace setValue with setSelection in CheckBoxGroupElement * Rename CheckBoxGroupElement getSelection to getValue * Fix one last method
* Ignore PushRemoveConnectorsTest (#8040)Henri Sara2016-12-191-1/+5
| | | | Temporarily ignore the test as it does not really work and takes a very long time during builds.
* Support finding components in v7 packages with ComponentLocatorTeemu Suo-Anttila2016-09-122-2/+2
| | | | Change-Id: I60eabf3b1c6363be505a2d21f7ed439c5357f61f
* Organize importsArtur Signell2016-08-302-2/+2
| | | | Change-Id: Ie58291fd4858d5421b23e56603808f158d559687
* Move and rename server classes which go into the compatibility packageArtur Signell2016-08-222-2/+2
| | | | | | | | * Use com.vaadin.v7 * Use the same class name as in Vaadin 7 * Use a "vaadin7-" declarative prefix for Vaadin 7 components Change-Id: I19a27f3835b18980b91a4f8f9464b2adde1a5fd5
* Organize importsArtur Signell2016-08-209-17/+6
| | | | Change-Id: Iedb6ed985dfc6b69c4a4753a876545d67621898f
* Update copyright year to 2016Artur Signell2016-08-1834-34/+34
| | | | Change-Id: I6485dee1ebba12b180a9063ed4b530f7dc63cd77
* Remove trailing whitespace from code and javadocArtur Signell2016-08-1833-99/+99
| | | | Change-Id: I4c852b7f9928e190572876690d5bef1234494a5d
* Format using Eclipse NeonArtur Signell2016-08-1818-51/+62
| | | | Change-Id: I33f1cc33969ff74a95b1b8cc0f2add589be5aae0
* Send an ack message after push has removed connectors (#19822)Artur Signell2016-05-271-0/+36
| | | | | | | The server side needs to know the client has removed the connectors to be able to do cleanup Change-Id: Ic3d41cc5cbab035a53bf5c99496d74858c376e73
* Build uitest war with mavenTeemu Suo-Anttila2016-04-1538-0/+1729
Change-Id: I32625901ca27a282253df44c6e776cf9632bacda