From d35baaa6a59aa3449a834a574d404883ec72d813 Mon Sep 17 00:00:00 2001 From: Jonas Nicklas Date: Fri, 13 Jul 2012 15:46:43 +0200 Subject: [PATCH] Even more history updates --- History.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/History.txt b/History.txt index 80d4adc1..853153d4 100644 --- a/History.txt +++ b/History.txt @@ -65,10 +65,16 @@ * `within_frame` returns the value of the given block [Alistair Hutchison] * Running `Node.set` on text fields will not trigger more than one change event [Andrew Kasper] +* Throw an error when an option is given to a finder method, like `all` or + `has_selector?` which Capybara doesn't understand [Jonas Nicklas] +* Two references to the node now register as equal when comparing them with `==` + [Jonas Nicklas] ### Added * Much improved error message [Jonas Nicklas] +* Errors from inside the session for apps running in a server are raised when + session is reset [James Tucker, Jonas Nicklas] * A ton of new selectors built in out of the box, like `field`, `link`, `button`, etc... [Adam McCrea, Jonas Nicklas] * `has_text`, `has_content` ... [Jonas Nicklas] @@ -80,6 +86,9 @@ * `Capybara.always_include_port` config option always includes the server port in URLs when using `visit`. Facilitates testing different domain names`. [Douwe Maan] * Redirect limit for RackTest driver is configurable [Josh Lane] +* Server port can be manually specified during initialization of server. + [Jonas Nicklas, John Wilger] +* `has_content?` and `has_text?` can be given a regular expression [Vasiliy Ermolovich] # Version 1.1.2