testcafe icon indicating copy to clipboard operation
testcafe copied to clipboard

Click on multiline elements

Open Bayheck opened this issue 1 year ago • 0 comments

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

Bayheck avatar May 04 '24 13:05 Bayheck