From cc1a1ac78265f1114a3fe22ddd08bc5b8f217d0f Mon Sep 17 00:00:00 2001 From: Jon Leighton Date: Sat, 26 Jan 2013 12:48:24 +0000 Subject: [PATCH] Add changelog for previous commit --- README.md | 5 +++++ spec/integration/session_spec.rb | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d67540c..f4a9c80 100644 --- a/README.md +++ b/README.md @@ -329,6 +329,11 @@ Include as much information as possible. For example: * Add `page.driver.click(x, y)` to click precise coordinates. (Micah Geisel) +#### Bug fixes #### + +* Fix timing issue when using `within_frame` that could cause errors. + [Issue #183, #211] (@errm, @motemen) + ### 1.0.2 ### #### Bug fixes #### diff --git a/spec/integration/session_spec.rb b/spec/integration/session_spec.rb index e4a6690..81318e3 100644 --- a/spec/integration/session_spec.rb +++ b/spec/integration/session_spec.rb @@ -360,7 +360,6 @@ describe Capybara::Session do @session.visit '/poltergeist/frames' @session.current_path.should == '/poltergeist/frames' - @session.within_frame 'frame' do @session.current_path.should == '/poltergeist/slow' @session.body.should include('slow page')