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
My app relies on the buildt-in native browser constraint validation API, which uses the value of the input.
Facing an issue with a test with the value of a file input (<input type="file">) being empty ('') after triggering a file upload using triggerEvent, which makes the validation fail
My app relies on the buildt-in native browser constraint validation API, which uses the value of the input.
Facing an issue with a test with the value of a file input (
<input type="file">
) being empty ('') after triggering a file upload using triggerEvent, which makes the validation failthere seems to be a problem with
triggerEvent
helper, which does not properly set the value of the inputI also tried passing in additional options, but this has not helped:
Steps to reproduce the problem:
triggerEvent
The text was updated successfully, but these errors were encountered: