Sha256: 628134fe6f8b9db7262dcaf886d3c060750f8448eccc3fc525422ca2722b6f9f
Contents?: true
Size: 374 Bytes
Versions: 14
Compression:
Stored size: 374 Bytes
Contents
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
14 entries across 14 versions & 1 rubygems