TestCafe v1.15.1 Release Notes

Release Date: 2021-07-28 // over 2 years ago
  • ๐Ÿ› Bug Fixes

    • โœ… The Element.getAttribute method returns an incorrect value (#5984).
    • โœ… TestCafe test fails when you forget to include the await keyword before the assertion statement (#4613).
    • โœ… TestCafe fails to focus an element inside a shadow DOM (#4988).
    • โœ… TestCafe fails to focus SVG elements (#6262).
    • โœ… TestCafe raises the blur event when you focus a non-focusable element (#6236).
    • โœ… TestCafe test hangs when you click a link within a cross-domain iframe (#6331).
    • โœ… TestCafe loads the Babel compiler libraries multiple times (#6310).
    • โœ… TestCafe incorrectly parses the meta refresh tags (PR testcafe-hammerhead/#2663)
    • โœ… TestCafe incorrectly processes iframe elements with the "srcdoc" attribute (testcafe-hammerhead/#2647).
    • โœ… TestCafe incorrectly specifies the Referer HTTP request header if you use the "navigateTo" action (testcafe-hammerhead/#2607).
    • โœ… An error related to the bug in Node.js occurs (testcafe-hammerhead/#2655).