Skip to content

Commit

Permalink
Tries a different file
Browse files Browse the repository at this point in the history
  • Loading branch information
HazelGrant committed Dec 16, 2024
1 parent d49db55 commit 0ece2ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dashboard/test/system/remote_files_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ def setup
find('#upload-btn').click
find('.uppy-Dashboard-AddFiles', wait: MAX_WAIT)

src_file = 'test/fixtures/files/upload/hello-world.c'
src_file = 'test/fixtures/files/upload/hello-world-c'
attach_file 'files[]', src_file, visible: false, match: :first
find('.uppy-StatusBar-actionBtn--upload', wait: MAX_WAIT).click

Expand Down

0 comments on commit 0ece2ac

Please sign in to comment.