Sha256: a78b743eb9f7c7f18558fe04c2e91e603afab3df84c16ecc051dc1bc6e34f4a9

Contents?: true

Size: 258 Bytes

Versions: 2

Compression:

Stored size: 258 Bytes

Contents

require 'spec_helper'

feature 'Layer inspection', js: true do
  scenario 'clicking map should trigger inspection' do
    visit catalog_path('mit-us-ma-e25zcta5dct-2000')
    find('#map').click
    expect(page).to have_css('th', text: 'Attribute')
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
geoblacklight-0.0.4 spec/features/layer_inspection_spec.rb
geoblacklight-0.0.3 spec/features/layer_inspection_spec.rb