Sha256: 23238358d0937aa26e1e5450a7432da2b2899336f5c86ac269607dfb47b1f584
Contents?: true
Size: 513 Bytes
Versions: 16
Compression:
Stored size: 513 Bytes
Contents
describe "Selecting files to import from cloud providers", type: :feature do before do sign_in :user end it "has a Cloud file picker using browse-everything" do skip "TBD in https://github.com/projecthydra/sufia/issues/1699" click_link "Create Work" click_link "Cloud Providers" expect(page).to have_content "Browse cloud files" expect(page).to have_content "Submit selected files" expect(page).to have_content "0 items selected" click_button 'Browse cloud files' end end
Version data entries
16 entries across 16 versions & 1 rubygems