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