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:
parent
c56170a65c
commit
5f801f811a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue