Sha256: 33cc07e4f20e80d5bf6409973eba3c50b564a50b2a345dc0d5717df9b853ea0a

Contents?: true

Size: 488 Bytes

Versions: 8

Compression:

Stored size: 488 Bytes

Contents

require 'spec_helper'

feature 'SMS tool', js: true do
  scenario 'shows up in tools' do
    visit solr_document_path 'stanford-cg357zz0321'
    expect(page).to have_css 'li.sms a', text: 'SMS This'
    click_link 'SMS This'
    within '.modal-body' do
      expect(page).to have_css 'input', count: 1
      expect(page).to have_css 'label', text: 'Phone Number:'
      expect(page).to have_css 'select', count: 1
      expect(page).to have_css 'label', text: 'Carrier'
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
geoblacklight-2.4.0 spec/features/sms_spec.rb
geoblacklight-2.3.0 spec/features/sms_spec.rb
geoblacklight-2.2.1 spec/features/sms_spec.rb
geoblacklight-2.2.0 spec/features/sms_spec.rb
geoblacklight-2.1.2 spec/features/sms_spec.rb
geoblacklight-2.1.1 spec/features/sms_spec.rb
geoblacklight-2.1.0 spec/features/sms_spec.rb
geoblacklight-2.0.0 spec/features/sms_spec.rb