-
-
Notifications
You must be signed in to change notification settings - Fork 92
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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.
Versions
Cypress 10
Windows 10
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working