Upstream sync

This commit is contained in:
Senad Uka
2020-07-29 05:15:02 +00:00
parent 9c3fac4ab9
commit 9cbd8d31a8
27 changed files with 1617 additions and 84 deletions

View File

@@ -51,6 +51,13 @@ RSpec.feature "User manages project custom folders", type: :feature do
expect(page).to have_content("UPLOAD NEW FILES")
expect do
click_button "Upload Files"
end.not_to raise_exception
expect(page).to have_content("UPLOAD NEW FILES")
expect(page).not_to have_content("The folder has been updated")
drop_file Rails.root.join(file_fixture("person_photo.png")), type: :dropzone
click_button "Upload Files"