abramenal / cypress-file-upload

File upload testing made easy
https://npm.im/cypress-file-upload
MIT License
496 stars 89 forks source link

[Bug] Return type of Cypress.Blob changed from Promise to Blob in Cypress 5.0 #217

Closed caitcif closed 3 years ago

caitcif commented 3 years ago

Current behavior:

base64StringToBlob() no longer returns a Promise. Update the use of base64StringToBlob() to expect a returned Blob.Learn more

Desired behavior:

Steps to reproduce: (app code and test code)

Versions

Cypress 5.0

fityanos commented 3 years ago

@caitcif duplicated with #214

josephzidell commented 3 years ago

Closing as duplicate of #214