1
0
Fork 0
mirror of https://github.com/teampoltergeist/poltergeist.git synced 2022-11-09 12:05:00 -05:00

Add changelog for previous commit

This commit is contained in:
Jon Leighton 2013-01-26 12:48:24 +00:00
parent 9bfa665657
commit cc1a1ac782
2 changed files with 5 additions and 1 deletions

View file

@ -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 ####

View file

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