diff --git a/apps/dashboard/test/system/remote_files_test.rb b/apps/dashboard/test/system/remote_files_test.rb index fb599919c..ad25d9914 100644 --- a/apps/dashboard/test/system/remote_files_test.rb +++ b/apps/dashboard/test/system/remote_files_test.rb @@ -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