Sha256: 7e56a7e6f6c4504cd2afecf69a2324eadd38c253f744c002167b593c4a83e709
Contents?: true
Size: 690 Bytes
Versions: 4
Compression:
Stored size: 690 Bytes
Contents
# frozen_string_literal: true require 'spec_helper' feature 'Multiple downloads' do feature 'when item has multiple downloads in dct_references_s' do scenario 'downloads are listed in download card' do visit solr_document_path 'cugir-007950' find('#downloads-button').click within '#downloads-collapse' do expect(page).to have_link 'Shapefile', href: 'https://cugir-data.s3.amazonaws.com/00/79/50/cugir-007950.zip' expect(page).to have_link 'PDF', href: 'https://cugir-data.s3.amazonaws.com/00/79/50/agBROO.pdf' expect(page).to have_link 'KMZ', href: 'https://cugir-data.s3.amazonaws.com/00/79/50/agBROO2011.kmz' end end end end
Version data entries
4 entries across 4 versions & 1 rubygems