-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed
Labels
topic: cy.intercept()type: regressionA bug that didn't appear until a specific Cy version releaseA bug that didn't appear until a specific Cy version release
Description
Fixed a regression in 7.0.0 that caused the Test Runner to crash with an ERR_INVALID_ARG_TYPE type error. We now correctly detect a utf8 request body with multi-byte Unicode characters. Fixes #15901.
It's still present in my tests. I'm using cypress-file-upload plugin and it happens when I want to upload an image file. Crashes the whole run.
TypeError [ERR_INVALID_ARG_TYPE] [ERR_INVALID_ARG_TYPE]: The first argument must be of type string or an instance of Buffer or Uint8Array. Received type number (45)
Version 7.2.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
topic: cy.intercept()type: regressionA bug that didn't appear until a specific Cy version releaseA bug that didn't appear until a specific Cy version release