TestCafe v1.8.8 Release Notes

Release Date: 2020-07-06 // almost 4 years ago
  • 🐛 Bug Fixes

    • ✅ TestCafe now emits warnings when ClientFunction and Selector instances are asserted without a call (#5211)
    • 🛠 Fixed click simulation for Ionic framework elements that use the disabled attribute (#5141)
    • 👌 Improved compatibility with test pages that use destructuring in the for..of loops (testcafe-hammerhead#2363)
    • 👌 Improved compatibility with test pages that use destructuring in ternary expressions (testcafe-hammerhead#2362)
    • 👌 Improved compatibility with pages that use SVG elements with the title tag (testcafe-hammerhead#2364)
    • 🛠 Fixed the Failed to execute 'postMessage' on 'Window' exception for test pages that use the <iframe> tags (testcafe-hammerhead#2165)