Skip to content

Commit

Permalink
One more thing to uncomment - adds sleep to test as sanity check
Browse files Browse the repository at this point in the history
  • Loading branch information
HazelGrant committed Dec 18, 2024
1 parent edc21bb commit ab2ba65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dashboard/app/javascript/files/data_table.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const EVENTNAME = {
};

const CONTENTID = '#directory-contents';
// const SPINNERID = '#tloading_spinner';
const SPINNERID = '#tloading_spinner';

let table = null;

Expand Down
2 changes: 2 additions & 0 deletions apps/dashboard/test/system/remote_files_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,8 @@ 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 1
find('tbody a', exact_text: File.basename(src_file), wait: MAX_WAIT)
end
end
Expand Down

0 comments on commit ab2ba65

Please sign in to comment.