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

Version Path
geoblacklight-2.4.0 spec/features/saved_searches_spec.rb
geoblacklight-2.3.0 spec/features/saved_searches_spec.rb
geoblacklight-2.2.1 spec/features/saved_searches_spec.rb
geoblacklight-2.2.0 spec/features/saved_searches_spec.rb
geoblacklight-2.1.2 spec/features/saved_searches_spec.rb
geoblacklight-2.1.1 spec/features/saved_searches_spec.rb
geoblacklight-2.1.0 spec/features/saved_searches_spec.rb
geoblacklight-2.0.0 spec/features/saved_searches_spec.rb
geoblacklight-1.9.1 spec/features/saved_searches_spec.rb
geoblacklight-1.9.0 spec/features/saved_searches_spec.rb
geoblacklight-1.8.0 spec/features/saved_searches_spec.rb
geoblacklight-1.7.1 spec/features/saved_searches_spec.rb
geoblacklight-1.7.0 spec/features/saved_searches_spec.rb
geoblacklight-1.6.0 spec/features/saved_searches_spec.rb