Skip to content

Commit

Permalink
test new branch
Browse files Browse the repository at this point in the history
  • Loading branch information
HazelGrant committed Dec 17, 2024
1 parent 1849050 commit 2ae6bed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/dashboard/test/system/remote_files_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,10 @@ def setup
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

sleep 10


find('tbody a', exact_text: File.basename(src_file), wait: MAX_WAIT)
end
end
Expand Down

0 comments on commit 2ae6bed

Please sign in to comment.