* clean up negative finder
This commit is contained in:
parent
c7a0208804
commit
8ad10a2ce0
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue