Attempting to upload a file via a hidden 'input[type="file"]' element.
My code is : Get, Show and Select as per the cypress documentation
cy.get('[data-cy="file-input"]').selectFile('cypress/fixtures/myfixture.json')
cy.get('input[type="file"]')
.invoke('show')
.selectFile('cypress/fixtures/TestPNG.png')`
I'm getting the following. My file is there and I have tried with the full path name from my C:.
Same result