Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Upload file without input element #355

Open
sergio-everis opened this issue Jan 14, 2022 · 1 comment
Open

[Bug] Upload file without input element #355

sergio-everis opened this issue Jan 14, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@sergio-everis
Copy link

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
image

test code
image

Othes thingsI have tried(adding .click() -> same result but it appears the botton in blue after clicking) :
image

app code:
image

Versions

"cypress-file-upload": "5.0.7"
"cypress": "7.7.0",
Windows
Chrome

@sergio-everis sergio-everis added the bug Something isn't working label Jan 14, 2022
@oorebajo
Copy link

oorebajo commented Jan 9, 2024

Any update on this bug please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants