Skip to content

Commit

Permalink
Merge pull request #215 from bmic-development/jw-modal-specs
Browse files Browse the repository at this point in the history
spec fix
  • Loading branch information
Stuart-Johnson committed Apr 13, 2017
2 parents ec1a90d + 64358e3 commit b26cc1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/features/catalog/user_adds_service_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
find('.program-link').click
click_button 'Add'

expect(page).to have_selector('#modal-title', text: 'New or Existing?', visible: true)
expect(page).to have_selector('#modal-title', text: 'New or Existing', visible: true)
end
end

Expand Down

0 comments on commit b26cc1f

Please sign in to comment.