-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add Checkbox helper and CheckboxGroup item helper generator #6166
Conversation
4d352cb
to
8a52b00
Compare
} | ||
|
||
@Test | ||
public void assertCheckboxHelperText() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just wondering: How can the test pass and the PR check returning green while the web-components PR with the implementation of this not merged?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point. I think this is because we use getHelperText()
/ getHelperComponent()
API without checking for the actual presence of <div slot="helper">
element in the DOM. I will add a separate test for that.
4e86ef8
to
d12c9e9
Compare
...-flow-integration-tests/src/test/java/com/vaadin/flow/component/checkbox/tests/HelperIT.java
Outdated
Show resolved
Hide resolved
...-flow-integration-tests/src/test/java/com/vaadin/flow/component/checkbox/tests/HelperIT.java
Outdated
Show resolved
Hide resolved
...-flow-integration-tests/src/test/java/com/vaadin/flow/component/checkbox/tests/HelperIT.java
Outdated
Show resolved
Hide resolved
...-flow-integration-tests/src/test/java/com/vaadin/flow/component/checkbox/tests/HelperIT.java
Outdated
Show resolved
Hide resolved
...-flow-integration-tests/src/test/java/com/vaadin/flow/component/checkbox/tests/HelperIT.java
Outdated
Show resolved
Hide resolved
2f1d063
to
d1758b6
Compare
|
This ticket/PR has been released with Vaadin 24.4.0.alpha22 and is also targeting the upcoming stable 24.4.0 version. |
Description
Part of vaadin/platform#5190
Depends on vaadin/web-components#7285
Type of change