Skip to content
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

clear() should be overriden by all test bench elements, that do not support it natively #1851

Open
stefanuebe opened this issue Jan 17, 2025 · 0 comments

Comments

@stefanuebe
Copy link

Some testbench elements have already their own implementation of clear(), like the combobox, but some do not and thus run into an InvalidElementStateException, like the timepicker or checkbox group.

These elements should override that method to prevent (especially new) devs from the need to investigate potential and not so obvious issues with our test framework.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant