We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Vaadin 23 TestBench 23: the ComboBoxElement doesn't support isInvalid().
ComboBoxElement
isInvalid()
The text was updated successfully, but these errors were encountered:
The method is missing also in Vaadin 24.
The workaround is to check presence of "invalid" attribute.
Assert.assertEquals("true", comboBoxElement.getAttribute("invalid"));
By brief glance there are other components which do not have this method as well.
Sorry, something went wrong.
No branches or pull requests
Vaadin 23 TestBench 23: the
ComboBoxElement
doesn't supportisInvalid()
.The text was updated successfully, but these errors were encountered: