Sha256: 0b49eb9a30fc1cfb31df223e8a1840680e2e87398c5174d7db55aead7d13ce67
Contents?: true
Size: 447 Bytes
Versions: 11
Compression:
Stored size: 447 Bytes
Contents
# frozen_string_literal: true describe 'Batch creation of works', type: :feature do let(:user) { create(:user) } before do sign_in user end it "renders the batch create form" do visit sufia.new_batch_upload_path within("li.active") do expect(page).to have_content("Files") end expect(page).to have_content("Each file will be uploaded to a separate new work resulting in one work per uploaded file.") end end
Version data entries
11 entries across 11 versions & 1 rubygems