aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/test/java/com/vaadin/tests/layouts/VerticalLayoutRemoveComponentTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Introduce XVFB cluster testing (#10801)Teemu Suo-Anttila2018-04-171-3/+7
| | | | | | | | | This patch adds the ability and configuration for running tests against cluster running Chrome browsers in XVFB environment. It also contains multiple fixes for combining newer Selenium and Chrome as well as fixes tests that depend on timezones.
* Remove copyright headers from test code (#10770)Teemu Suo-Anttila2018-03-281-15/+0
|
* Update copyright year (#10761)Ilia Motornyi2018-03-271-1/+1
|
* Add spaces after 'if' and 'for' in JavaScript (#10199)Ahmed Ashour2017-10-201-1/+1
| | | | | | | | * Add spaces after 'if' and 'for' in JavaScript * Revert to old format * Remove whitespaces
* Use static import of Assert in tests (#10126)Ahmed Ashour2017-10-031-4/+4
| | | | Also removes dependency on junit.framework.TestCase .
* Avoid detaching VL/HL children unnecessarily (#9862)Henri Sara2017-08-231-0/+48
When child components are removed from a VerticalLayout/HorizontalLayout, do not remove other children from the DOM if no other hierarchy changes are made. Fixes #7713