testcafe
testcafe copied to clipboard
Click on multiline elements
Purpose
Testcafe did not click properly on multiline elements.
Approach
In testcafe-hammerhead replaced getBoundingClientRect with getClientRects.
Fix Edge workflow tests https://github.com/DevExpress/testcafe/pull/8189
References
https://github.com/DevExpress/testcafe/issues/8179 https://github.com/DevExpress/testcafe/issues/8148
Hammerhead PR: https://github.com/DevExpress/testcafe-hammerhead/pull/3004
Pre-Merge TODO
- [x] Write tests for your proposed changes
- [ ] Make sure that existing tests do not fail