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