How can I test this component? #1178

Closed
opened 2021-07-03 02:23:28 +00:00 by Zeioth · 0 comments
Zeioth commented 2021-07-03 02:23:28 +00:00 (Migrated from github.com)

This is the way to upload a file in testcafe

.setFilesToUpload(
  myInput, [
  './myfile.flac',

The test doesn't throw any error, but the file is not uploaded, and therefore the event is not triggered. Any idea why? Thanks.

This is the way to upload a file in testcafe .setFilesToUpload( myInput, [ './myfile.flac', The test doesn't throw any error, but the file is not uploaded, and therefore the event is not triggered. Any idea why? Thanks.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: dc/ng2-file-upload#1178