Skip to content

Commit

Permalink
Adds comment to remote files test
Browse files Browse the repository at this point in the history
  • Loading branch information
HazelGrant committed Dec 9, 2024
1 parent c4c06b9 commit 348ba79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/dashboard/test/system/remote_files_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,8 @@ def setup
attach_file 'files[]', src_file, visible: false, match: :first
find('.uppy-StatusBar-actionBtn--upload', wait: MAX_WAIT).click

begin
# TODO: Investigate why this upload is failing the first time in the first place.
begin
find('tbody a', exact_text: File.basename(src_file), wait: MAX_WAIT)
rescue
find('#upload-btn').click
Expand Down

0 comments on commit 348ba79

Please sign in to comment.