DevExpress / testcafe

A Node.js tool to automate end-to-end web testing.
https://testcafe.io
MIT License
9.78k stars 661 forks source link

Click on multiline elements #8183

Closed Bayheck closed 1 month ago

Bayheck commented 2 months ago

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

github-actions[bot] commented 1 month ago

Release v3.6.1-rc.1 addresses this.