TestCafe v1.9.3 Release Notes

Release Date: 2020-09-17 // over 3 years ago
  • v1.9.3 (2020-9-17)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fixed the RequestMock type definitions to accept any type for the headers (#5529)
    • โœ… TestCafe no longer displays a warning about missing await when you save a snapshot property to a variable but do not use it later in the test (#5534)
    • โœ… Consecutive document.getElementsByTagName('body') calls now produce the correct results even if the first call was made before a document body was parsed entirely (#5322)