spec/support/watir.rb in nodes-0.2.3 vs spec/support/watir.rb in nodes-0.2.4
- old
+ new
@@ -36,8 +36,8 @@
# expect(@browser.text_field(name: "first_name")).to be_present.within(2)
# expect(@browser.text_field(name: "first_name")).to be_visible.within(2)
#
# You can also use #during to test if something stays the same during the specified period:
# expect(@browser.text_field(name: "first_name")).to exist.during(2)
- config.include Watir::RSpec::Matchers, type: :feature
+ # config.include Watir::RSpec::Matchers, type: :feature
end