Commit 23143cd
committed
test(cdk/testing): attempt to deflake webdriver tests (#27319)
The Selenium Webdriver tests for harnesses have been flaky for a while now, because the click coordinates haven't been consistent across test runs. My theory is that it's due to the page being scrolled down on some of them.
These changes attempt to reduce the flakes by making the clicked element fixed.
(cherry picked from commit 0416617)1 parent a0880f8 commit 23143cd
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | | - | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
0 commit comments