Sha256: 2eee7602450d07aa8c82ade5164379109a0071293d8bdcd1940be4154e5fef0a
Contents?: true
Size: 404 Bytes
Versions: 16
Compression:
Stored size: 404 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
16 entries across 16 versions & 1 rubygems