-
Notifications
You must be signed in to change notification settings - Fork 23
feat: Add TestBenchElement#getParent #1897
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
PR is currently not compiling because |
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.
The getParent()
test looks a bit hidden to me.
Could we add a test for the method in BasicElementIT
instead?
Also, the test should be present in both JUnit 4 and 5 modules
vaadin-testbench-shared/src/main/java/com/vaadin/testbench/TestBenchElement.java
Outdated
Show resolved
Hide resolved
It is doable, #1898 adds the needed id for that test, so lets merge that first in order to prevent merge conflicts. |
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.
Changes to PageObjectView
and PageObjectIT
should also be applied to the JUnit 4 integration test module.
Or removed, if the assertion is already covered in BasicElementIT
Done |
Fixes #1887