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')