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

Move readme snippet from bug fixes to features.

This commit is contained in:
Jon Rowe 2013-02-25 10:28:56 +11:00
parent 042ea845f4
commit f5395c9d96

View file

@ -314,6 +314,10 @@ Include as much information as possible. For example:
* The `:debug` option now causes the PhantomJS portion of Poltergeist
to output some additional debug info, which may be useful in
figuring out timeout errors.
* Add the ability to extend the phantomjs environment via browser
options. e.g.
`Capybara::Poltergeist::Driver.new( app, :extensions => ['file.js', 'another.js'])`
(Jon Rowe)
#### Bug fixes ####
@ -335,10 +339,6 @@ Include as much information as possible. For example:
[Issue #192]
* Fix `ObsoleteNode` error when using `attach_file` with the `jQuery
File Upload` plugin. [Issue #115]
* Add the ability to extend the phantomjs environment via browser
options. e.g.
`Capybara::Poltergeist::Driver.new( app, :extensions => ['file.js', 'another.js'])`
(@JonRowe)
* Ensure that a `String` is passed over-the-wire to PhantomJS for
file input paths, allowing `attach_file` to be called with arbitry
objects such as a Pathname. (@mjtko) [Issue #215]