CodeceptJS icon indicating copy to clipboard operation
CodeceptJS copied to clipboard

random string being assigned without file extension if fileName is missing to the downloaded file

Open anils92 opened this issue 3 years ago • 0 comments

What are you trying to achieve?

Download a file without providing the fileName using steps:

  • I.handleDownloads()
  • I.click(element)

What do you get instead?

File downloaded having file name "ec9a85ea-177f-4a09-9ef2-da57f54305aa".

Details

  • CodeceptJS version: 3.3.0
  • NodeJS Version: 16.15.0
  • Operating System: Windows
  • playwright

anils92 avatar Jun 17 '22 11:06 anils92