1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00

remove extraneous focus_

This commit is contained in:
Thomas Walpole 2018-05-15 21:44:25 -07:00
parent c56170a65c
commit 5f801f811a

View file

@ -123,7 +123,7 @@ RSpec.describe Capybara::Selenium::Driver do
end
end
context "#refresh", :focus_ do
context "#refresh" do
def extract_results(session)
expect(session).to have_xpath("//pre[@id='results']")
YAML.load Nokogiri::HTML(session.body).xpath("//pre[@id='results']").first.inner_html.lstrip