Sha256: 2255424f07014496b05c3a1ac60c1b9f531c8a47a36ad47ae9d0fb4e9fe0006f
Contents?: true
Size: 404 Bytes
Versions: 20
Compression:
Stored size: 404 Bytes
Contents
# frozen_string_literal: true require 'spec_helper' feature 'Suppressed records' do scenario 'are viewable' do visit solr_document_path 'princeton-jq085m62x' expect(page).to have_css('#document') end scenario 'are exportable' do visit solr_document_path 'princeton-jq085m62x' click_link 'Web services' expect(page).to have_css 'h1.modal-title', text: 'Web services' end end
Version data entries
20 entries across 20 versions & 1 rubygems