f4141f787d[#261 state:awaiting-patch] added a test that shows that selenium can't click a link with text that has parens in it
Mike Gaffney
2009-06-08 11:09:42 -0500
8d2c027089Fix replacing of , aka   so it works on 1.9
Michael Fellinger
2009-06-07 17:03:13 +0900
520081c93eDon't use $LAST_MATCH_INFO since we don't require English.rb, use $~ instead
Michael Fellinger
2009-06-07 17:02:32 +0900
48a4ec905eMake sure Field#escaped_value also works when @value is an Array on 1.9
Michael Fellinger
2009-06-07 16:45:19 +0900
9134b09b87Make mechanize_session_spec pass on 1.9
Michael Fellinger
2009-06-07 16:34:35 +0900
6bfdcc54ccFixed Spec in Test Unit more thoroghly
Mike Gaffney
2009-06-05 13:50:39 -0500
dd8688f371moved application_server to appservers/base
Mike Gaffney
2009-06-04 15:19:05 -0500
1910204974refactor>moved the app servers to a directory
Mike Gaffney
2009-06-04 15:13:54 -0500
70fadbe7fcadded attribution
Mike Gaffney
2009-06-04 15:05:08 -0500
6d74cd935e[#246 state:resolved] added external application server if you have your own started
Mike Gaffney
2009-06-04 15:03:00 -0500
a6a4a7cfd9moving app server lookup out into a factory
Mike Gaffney
2009-06-04 14:44:06 -0500
6816c46d47refactored tests to be more rspeccy
Mike Gaffney
2009-06-04 14:24:17 -0500
f3a12adaa9whitespace changes
Mike Gaffney
2009-06-04 12:18:31 -0500
e46df8c6f9made tests cleaner and better coverage
Mike Gaffney
2009-06-03 22:06:07 -0500
977f643dcacatches spec failed exception again
Mike Gaffney
2009-06-03 18:49:32 -0500
abac2023bcremoved reference to Rspec from common code
Mike Gaffney
2009-06-03 17:53:19 -0500
9b85b6d7e0added integration tests for all cases of click_button (by id, by html, by value, by alt for buttons and inputs of types image, button and submit)
Matthias Marschall
2009-05-29 12:07:10 +0200
b1dfc1c01fupdating history for Zach Dennis's fix
mike.gaffney
2009-04-16 12:37:33 -0500
7c08390bb8Updated regex for LabelLocator and FieldLabeledLocator to work with labels whose text ends in a non-word character like \? or #
Zach Dennis
2009-04-14 17:09:46 -0400
ff42db076fSelect fields with duplicate selected options sent an incorrect value
Noah Davis
2009-04-11 13:18:09 -0400
91ea8cfa54Make selenium process management code more robust and informative
Bryan Helmkamp
2009-04-06 12:14:14 -0400
304baeb754Change default app environment from "selenium" to "test"
Bryan Helmkamp
2009-04-06 12:13:46 -0400
aa9049953dBump selenium-client dependency to 1.2.14
Bryan Helmkamp
2009-03-29 16:35:27 -0400
cd49c2d939bugfix: selenium's wait_for_element method takes the number of seconds before timing out from an option hash
Balint Erdi
2009-03-24 00:33:16 +0100
d1a2c80ab8Merge commit 'sr/sinatra' into sr_sinatra
Bryan Helmkamp
2009-03-08 18:54:21 -0400
90baf3311cSinatra now provides sensible options for testing
Simon Rozet
2009-03-08 23:30:17 +0100
5dc24c613eMerge branch 'master' into sr_sinatra
Bryan Helmkamp
2009-03-08 14:59:54 -0400
c647ae98bbMemoize WWW::Mechanize instance.
Mark Menard
2009-03-05 17:45:56 -0500
72123c1cecWhen faced with a label with no for attribute, that contains a hidden field and another field, as can be the case in Rails 2.3's checkbox view, webrat now locates the non-hidden field.
Luke Melia
2009-03-01 01:44:35 -0500