Sha256: e641a0e2c4770e105e70504696dcbc0d63fe0f448897a937584d762c2ec00c20
Contents?: true
Size: 518 Bytes
Versions: 20
Compression:
Stored size: 518 Bytes
Contents
# frozen_string_literal: true 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
20 entries across 20 versions & 1 rubygems