-
Notifications
You must be signed in to change notification settings - Fork 71
feat: Add HasValidation mixin to TestBench elements #7327
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
Conversation
Converted to a draft as this needs tests. |
# Conflicts: # vaadin-text-field-flow-parent/vaadin-text-field-flow-integration-tests/src/test/java/com/vaadin/flow/component/textfield/tests/BigDecimalFieldPageIT.java # vaadin-text-field-flow-parent/vaadin-text-field-flow-integration-tests/src/test/java/com/vaadin/flow/component/textfield/tests/EmailFieldPageIT.java # vaadin-text-field-flow-parent/vaadin-text-field-flow-integration-tests/src/test/java/com/vaadin/flow/component/textfield/tests/IntegerFieldPageIT.java # vaadin-text-field-flow-parent/vaadin-text-field-flow-integration-tests/src/test/java/com/vaadin/flow/component/textfield/tests/NumberFieldPageIT.java # vaadin-text-field-flow-parent/vaadin-text-field-flow-integration-tests/src/test/java/com/vaadin/flow/component/textfield/tests/PasswordFieldPageIT.java # vaadin-text-field-flow-parent/vaadin-text-field-flow-integration-tests/src/test/java/com/vaadin/flow/component/textfield/tests/TextFieldPageIT.java
@TatuLund some tests that used "invalid", "required" and "errorMessage" properties directly have been recently removed. |
...low-components-test-util/src/main/java/com/vaadin/tests/validation/AbstractValidationIT.java
Show resolved
Hide resolved
Yes, coverage is ok. |
...ow-integration-tests/src/test/java/com/vaadin/flow/component/crud/tests/EventHandlingIT.java
Outdated
Show resolved
Hide resolved
...ow-integration-tests/src/test/java/com/vaadin/flow/component/crud/tests/EventHandlingIT.java
Outdated
Show resolved
Hide resolved
…/test/java/com/vaadin/flow/component/crud/tests/EventHandlingIT.java
Sonar requested javadoc and redesign of |
|
Hi @mshabarov and @mshabarov, when i performed cherry-pick to this commit to 23.6, i have encountered the following issue. Can you take a look and pick it manually? |
--------- Co-authored-by: Tatu Lund <tatu@vaadin.com> (cherry picked from commit 575d6a9)
--------- Co-authored-by: Tatu Lund <tatu@vaadin.com> (cherry picked from commit 575d6a9)
This ticket/PR has been released with Vaadin 24.8.0.alpha8 and is also targeting the upcoming stable 24.8.0 version. |
This ticket/PR has been released with Vaadin 25.0.0-alpha1. |
Description
A second part of vaadin/testbench#1899, adds this new mixin interface for TestBench elements.
Type of change
Checklist
Additional for
Feature
type of change