Not able to Upload a file in cypress using button element #23697
jeetchauhanqa
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to upload a file using cypress, but every time it throws error.
const yourFixturePath = 'cypress/fixtures/images/chamba.jpg'
cy.get('.sc-htpNat.dbdWYC.file-upload').attachFile({ yourFixturePath })
Beta Was this translation helpful? Give feedback.
All reactions