Skip to content
This repository has been archived by the owner on Nov 27, 2020. It is now read-only.

Commit

Permalink
fix warning on test
Browse files Browse the repository at this point in the history
  • Loading branch information
twalpole committed Jun 21, 2016
1 parent c43825a commit 857491d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/integration/session_spec.rb
Expand Up @@ -697,7 +697,7 @@
document.body.innerHTML += '<iframe src="about:blank" name="frame">'
JS
@session.within_frame 'frame' do
expect(@session).to have_no_css(:xpath, '/html/body/*')
expect(@session).to have_no_xpath('/html/body/*')
end
end

Expand Down

0 comments on commit 857491d

Please sign in to comment.