]> source.dussan.org Git - vaadin-framework.git/commit
Fix broken test for RadioButtonGroup and CheckBoxGroup (#7970)
authorPekka Hyvönen <pekka@vaadin.com>
Tue, 13 Dec 2016 14:13:05 +0000 (16:13 +0200)
committerGitHub <noreply@github.com>
Tue, 13 Dec 2016 14:13:05 +0000 (16:13 +0200)
commit12793c9667cb2708ddfbcfe0d94364dd0dc607e3
tree4edaedc078689ff26a91bab3357efe625047ffcd
parenta43fd9003a77f253a78b807d4ecadcd828b936a4
Fix broken test for RadioButtonGroup and CheckBoxGroup (#7970)

Selection by clicking options was broken on Chrome 40 on Windows.
Switched the custom element to extend corresponding elements from TestBench API.
uitest-common/src/main/java/com/vaadin/testbench/customelements/CheckBoxGroupElement.java
uitest-common/src/main/java/com/vaadin/testbench/customelements/RadioButtonGroupElement.java
uitest/src/test/java/com/vaadin/tests/components/checkboxgroup/CheckBoxGroupFocusBlurTest.java
uitest/src/test/java/com/vaadin/tests/components/radiobuttongroup/RadioButtonGroupFocusBlurTest.java