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