You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run the test case, I correctly select the element button in the DOM with attachFile() but I cannot upload the file and there isn't any error. It just keep running the next instruction.
I don't have any input in my selected element, only a link i
Desired behavior:
Upload a file properly
run time
test code
Othes thingsI have tried(adding .click() -> same result but it appears the botton in blue after clicking) :
app code:
Versions
"cypress-file-upload": "5.0.7"
"cypress": "7.7.0",
Windows
Chrome
The text was updated successfully, but these errors were encountered:
Current behavior:
When I run the test case, I correctly select the element button in the DOM with attachFile() but I cannot upload the file and there isn't any error. It just keep running the next instruction.
I don't have any input in my selected element, only a link i
Desired behavior:
Upload a file properly
run time
test code
Othes thingsI have tried(adding .click() -> same result but it appears the botton in blue after clicking) :
app code:
Versions
"cypress-file-upload": "5.0.7"
"cypress": "7.7.0",
Windows
Chrome
The text was updated successfully, but these errors were encountered: