Skip to content

Commit

Permalink
Adding and removing binding.pry fixed it locally >_>
Browse files Browse the repository at this point in the history
  • Loading branch information
HazelGrant committed Dec 6, 2024
1 parent 7f0863d commit 8f56f5a
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 @@ -318,7 +318,7 @@ 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 3
binding.pry
find('tbody a', exact_text: File.basename(src_file), wait: MAX_WAIT)
end
end
Expand Down

0 comments on commit 8f56f5a

Please sign in to comment.