features/step_definations/section_steps.rb in druid-ts-1.2.2 vs features/step_definations/section_steps.rb in druid-ts-1.2.3

- old
+ new

@@ -61,10 +61,10 @@ When(/^I access an element that is outside of the section$/) do @element = @page.container.outside_section_element end Then(/^I should see that is doesn't exist in the section$/) do - expect(@element).not_to exist + expect(@element.exist?).to be false end When(/^I search for a link located in a section$/) do @link = @page.container.section_link_element end