Skip to content

Commit

Permalink
Puts sleep in correct place
Browse files Browse the repository at this point in the history
  • Loading branch information
HazelGrant committed Dec 18, 2024
1 parent 7d2bc59 commit 613e2a0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions apps/dashboard/test/system/remote_files_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -319,9 +319,6 @@ 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
find("#tloading_spinner")
sleep 1
assert_no_selector("#tloading_spinner")
find('tbody a', exact_text: File.basename(src_file), wait: MAX_WAIT)
end
end
Expand Down

0 comments on commit 613e2a0

Please sign in to comment.