Sha256: 13aaa365f3c32ecc3a60d867c70b59121264b29ff75292edf055c93a7469a571

Contents?: true

Size: 341 Bytes

Versions: 10

Compression:

Stored size: 341 Bytes

Contents

# frozen_string_literal: true

RSpec.describe 'SMS functionality' do
  before { visit solr_document_path('2007020969') }

  it 'displays SMS modal with form' do
    click_link 'SMS'
    expect(find('div.modal-header')).to have_text 'SMS This'
    fill_in 'Phone Number:', with: '555-555-5555'
    select 'Verizon', from: 'Carrier'
  end
end

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
blacklight-7.40.0 spec/features/sms_spec.rb
blacklight-7.39.0 spec/features/sms_spec.rb
blacklight-7.38.0 spec/features/sms_spec.rb
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/blacklight-7.37.0/spec/features/sms_spec.rb
blacklight-8.2.2 spec/features/sms_spec.rb
blacklight-8.2.1 spec/features/sms_spec.rb
blacklight-8.2.0 spec/features/sms_spec.rb
blacklight-7.37.0 spec/features/sms_spec.rb
blacklight-7.36.2 spec/features/sms_spec.rb
blacklight-7.36.1 spec/features/sms_spec.rb