test: add a test for clicks on non visible grid columns#8587
test: add a test for clicks on non visible grid columns#8587mcollovati wants to merge 2 commits intomainfrom
Conversation
|
@TatuLund can provide additional context, if needed |
|
In draft until the change in Testbench gets merged and released |
3460a81 to
cb989a2
Compare
|
|
@mcollovati , do we still need this? Can it be closed? |
|
The related issue is still not fixed since the previous change was reverted. |
cb989a2 to
6c928ed
Compare
|
@yuriy-fix the test pass with the latest TB snapshot. It would be great if this PR could get merged after the next TB beta release is out. It will discover potential regressions in TB if scrolling to invisible elements behavior changes. If it's OK for you, I'll update the PR to remove the TB version change after the repo updates to the next TB beta. |
Adds a test that ensures Testbench is able to simulate a click on a cell that needs scrolling to be visible. Related to vaadin/testbench#2120
2adf17e to
f3e98ac
Compare
|



Adds a test that ensures Testbench is able to simulate a click on a cell that needs scrolling to be visible.
This test is related to vaadin/testbench#2120 and ensures that the change in Testbench prevents an exception when trying to click to an element in a Grid that is not yet scrolled into view.