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

Fix typo in test description

This commit is contained in:
Thomas Walpole 2014-06-30 17:23:59 -07:00
parent e48d6a9592
commit ffde0ee7fa

View file

@ -245,7 +245,7 @@ Capybara::SpecHelper.spec "node" do
end
describe '#right_click', :requires => [:js] do
it "should double click an element" do
it "should right click an element" do
@session.visit('/with_js')
@session.find(:css, '#click-test').right_click
expect(@session.find(:css, '#has-been-right-clicked')).to be