Skip to content

v1.1.3

Choose a tag to compare

@AndreyBelym AndreyBelym released this 18 Apr 14:15
· 1811 commits to master since this release
4a4b3ba

v1.1.3 (2019-4-18)

  • TestCafe now shows a warning when the t.resizeWindow action is used during video recording (#3513)
  • Debugging in the Docker image can now be enabled with the --inspect and --inspect-brk flags (#3646)
  • You can now use the --window-width flag to set the emulated window width for headless Chrome (#3456)
  • TestCafe now shows the correct error message when an iframe is not visible (#3681)
  • The Unlock Page button no longer throws an error when clicked (#3652)
  • The change event for a file input is no longer emulated unless the t.setFilesToUpload method changes the input value (testcafe-hammerhead/#1844)
  • The upload native dialog is no longer shown in Firefox after a click is simulated (testcafe-hammerhead/#1984)
  • The style attribute and the HTMLElement.style property values are now synchronized (testcafe-hammerhead/#1922)