Sha256: fd9b3c237c20cace220b4f303bb7795d4a3a4ffe1fd0880653c1830fb1c5ecde
Contents?: true
Size: 403 Bytes
Versions: 4
Compression:
Stored size: 403 Bytes
Contents
# frozen_string_literal: true require 'spec_helper' feature 'saved searches' do scenario 'list spatial search', js: true do visit root_path within '#map' do find('.search-control a').click expect(page.current_url).to match(/bbox=/) end visit blacklight.search_history_path expect(page).to have_css 'td.query a', text: /#{I18n.t('geoblacklight.bbox_label')}/ end end
Version data entries
4 entries across 4 versions & 1 rubygems