* clean up negative finder

This commit is contained in:
Seth Call 2014-06-25 16:57:57 -05:00
parent c7a0208804
commit 8ad10a2ce0
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ describe "Session Info", :js => true, :type => :feature, :capybara_feature => tr
if options[:show_cta]
find('#btn-action', :text => options[:button_text])
else
should_not have_selector('#btn-action', :text => options[:button_text])
should_not have_selector('#btn-action')
end
# session details