Sha256: 55265aca76be4cb19d317729ff7bf27ff1d778f0c0327e49998049f1e095b7ae

Contents?: true

Size: 339 Bytes

Versions: 7

Compression:

Stored size: 339 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_on '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

7 entries across 7 versions & 2 rubygems

Version Path
blacklight-8.6.1 spec/features/sms_spec.rb
blacklight-8.6.0 spec/features/sms_spec.rb
blacklight-8.5.1 spec/features/sms_spec.rb
blacklight-8.5.0 spec/features/sms_spec.rb
blacklight-8.4.0 spec/features/sms_spec.rb
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/blacklight-8.3.0/spec/features/sms_spec.rb
blacklight-8.3.0 spec/features/sms_spec.rb