Skip to content

[Bug]Unable to uploading image when html tag as button #372

@rjena2

Description

@rjena2

Current behavior:

Unable to uploading image when html tag as button

Desired behavior:

Should able to upload image for tag as button

Steps to reproduce: (app code and test code)

fixtures file:
copy an image file under fixture folder
eg. 'test.jpg'

spec file:
const img = 'test.jpg'

cy.contains('Upload').should('be.visible').should('be.enabled')
Above step is working as expetced.

cy.contains('Upload').attachFile(img);
Above step is not return any error but it is not uploading image.
Uploading image.png…

Versions

Cypress 10
Windows 10

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions