From 83144ae1dd64aaa48c1c329b515f974075e02a5d Mon Sep 17 00:00:00 2001 From: Kazuhiro NISHIYAMA Date: Tue, 3 Sep 2013 17:18:30 +0900 Subject: [PATCH] fix typos --- spec/driver_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/driver_spec.rb b/spec/driver_spec.rb index 43f5917..c705b5e 100644 --- a/spec/driver_spec.rb +++ b/spec/driver_spec.rb @@ -671,7 +671,7 @@ describe Capybara::Webkit::Driver do driver.console_messages.first[:message].should eq "hello" end - it "should collect the javsacript confirm dialog contents" do + it "should collect the javascript confirm dialog contents" do driver.find_xpath("//input").first.click driver.confirm_messages.first.should eq "Yes?" end @@ -756,7 +756,7 @@ describe Capybara::Webkit::Driver do driver.console_messages.last[:message].should eq "hello John Smith" end - it "should collect the javsacript prompt dialog contents" do + it "should collect the javascript prompt dialog contents" do driver.find_xpath("//input").first.click driver.prompt_messages.first.should eq "Your name?" end