Thomas Jack
|
956b43d72c
|
Merge branch 'master' of git://github.com/brynary/webrat
|
2009-05-19 14:24:41 -05:00 |
|
mike.gaffney
|
fd431f2ce8
|
[#242 state:resolved]
allowed changing the default timeout for browser startup in selenium
|
2009-05-18 16:37:45 -05:00 |
|
Thomas Jack
|
db9c5bdc77
|
Merge branch 'master' of git://github.com/brynary/webrat
|
2009-05-13 14:34:16 -05:00 |
|
Bryan Helmkamp
|
b439d7f807
|
Revert "Canonicalize all URLs (Shalon Wood)"
This reverts commit 755cf6e508 .
|
2009-05-11 16:48:28 -04:00 |
|
Thomas Jack
|
8bedf2235d
|
Merge branch 'master' of git://github.com/brynary/webrat
|
2009-05-11 00:29:49 -05:00 |
|
Bryan Helmkamp
|
453cb4b3eb
|
Stripping whitespace
|
2009-05-11 01:27:04 -04:00 |
|
Bryan Helmkamp
|
35cbfd9643
|
Use Nokogiri on JRuby -- ~2x faster than REXML on JRuby for me
|
2009-05-11 00:13:00 -04:00 |
|
Bryan Helmkamp
|
b5254109f1
|
Start on Rack::Test integration
|
2009-05-11 00:12:27 -04:00 |
|
Bryan Helmkamp
|
755cf6e508
|
Canonicalize all URLs (Shalon Wood)
|
2009-05-11 00:12:27 -04:00 |
|
Thomas Jack
|
9a3668be92
|
match descendents in have_selector/have_xpath blocks
|
2009-04-29 01:33:26 -05:00 |
|
Zach Dennis
|
7c08390bb8
|
Updated regex for LabelLocator and FieldLabeledLocator to work with labels whose text ends in a non-word character like \? or #
|
2009-04-16 12:25:45 -05:00 |
|
Noah Davis
|
ff42db076f
|
Select fields with duplicate selected options sent an incorrect value
|
2009-04-11 13:19:59 -04:00 |
|
Bryan Helmkamp
|
03914fd293
|
Whitespace
|
2009-04-07 20:30:12 -04:00 |
|
Bryan Helmkamp
|
996484c890
|
Refactoring selenium RC and app server boot code
|
2009-04-06 14:02:09 -04:00 |
|
Bryan Helmkamp
|
644478f6f0
|
Merge commit 'MarkMenard/master'
|
2009-04-06 12:39:31 -04:00 |
|
Bryan Helmkamp
|
304baeb754
|
Change default app environment from "selenium" to "test"
|
2009-04-06 12:33:24 -04:00 |
|
Mark Menard
|
0c2261d869
|
Add support for Rails javascript post links.
|
2009-03-12 15:42:20 -04:00 |
|
Luke Melia
|
72123c1cec
|
When 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.
|
2009-03-01 01:44:35 -05:00 |
|
Matthew Ford
|
740bb293e3
|
Fix for #161 When using Rails 2.3 it uses Rack::Utils to parse params
|
2009-02-28 23:08:07 -05:00 |
|
Bryan Helmkamp
|
4115c99c9b
|
Merge branch 'master' into atmos
|
2009-02-27 20:41:05 -05:00 |
|
Bryan Helmkamp
|
e32a208b7f
|
Fix warning caused by Nokogiri deprecating CSS::Parser.parse (Aaron Patterson) [#176 state:resolved]
|
2009-02-23 22:19:02 -05:00 |
|
Bryan Helmkamp
|
aec889a14d
|
Always deal with one query selector (a String, not an Array)
|
2009-02-23 22:14:58 -05:00 |
|
Bryan Helmkamp
|
18c60f4e51
|
Refactoring XPath manipulation
|
2009-02-23 20:52:17 -05:00 |
|
Bryan Helmkamp
|
29c40bd73c
|
Pulling attribute conditions up from have_selector to have_xpath
|
2009-02-23 20:47:02 -05:00 |
|
Bryan Helmkamp
|
1625e3e9ba
|
Pulling :content functionality up from have_selector into have_xpath
|
2009-02-23 20:22:36 -05:00 |
|
Bryan Helmkamp
|
a688c28b19
|
Extracting xpath_escape method
|
2009-02-23 20:21:23 -05:00 |
|
Bryan Helmkamp
|
9761b64b60
|
Pulling :count option up from have_selector to have_xpath
|
2009-02-23 20:18:36 -05:00 |
|
Bryan Helmkamp
|
66d39b851c
|
Allow have_xpath to accept options
|
2009-02-23 20:15:29 -05:00 |
|
Bryan Helmkamp
|
2296cadb93
|
Pulling features up from have_tag into have_selector
|
2009-02-23 20:11:25 -05:00 |
|
Bryan Helmkamp
|
d96899be8c
|
Remove extra whitespace from contain failure message
|
2009-02-23 11:19:09 -05:00 |
|
Bryan Helmkamp
|
17a8bc7b66
|
Adding :count option to have_tag
|
2009-02-15 19:41:44 -05:00 |
|
Bryan Helmkamp
|
932fdab884
|
Get quoting working for content
|
2009-02-15 19:32:25 -05:00 |
|
Corey Donohoe
|
63337d4476
|
it helps if i make sure the spec suite still passes :\
|
2009-02-15 14:41:54 -07:00 |
|
Corey Donohoe
|
69dfa5022a
|
Webrat.configuration.application_type => Webrat.configuration.application_framework
|
2009-02-15 14:40:17 -07:00 |
|
Corey Donohoe
|
4bf49a5163
|
allow picking your appserver type via a configuration option, not discovering framework specific files in the current working directory. also start rack apps with the application port parameter
|
2009-02-11 11:17:43 -07:00 |
|
Peter Jaros
|
24eab77ecd
|
Accept do/end blocks in matchers. [#157 state:resolved]
|
2009-02-09 00:31:17 -05:00 |
|
Bryan Helmkamp
|
4769a5f90b
|
Detect infinite redirects and raise a Webrat::InfiniteRedirectError (Daniel Lucraft)
|
2009-02-08 20:54:00 -05:00 |
|
Bryan Helmkamp
|
7f9df54838
|
Merge commit 'lenalena/master' into lh_139
|
2009-01-27 19:13:53 -05:00 |
|
Mike Gaffney
|
8d9d907e73
|
have_tag is built into rails and rspec and we don't want to overload those.
Please use assert_contain or assert_select
Revert "Make have_tag work in rails as well as Merb"
This reverts commit 6e7609e01c .
|
2009-01-24 13:01:41 -06:00 |
|
Amos King
|
6e7609e01c
|
Make have_tag work in rails as well as Merb
|
2009-01-23 21:13:13 -06:00 |
|
Adam Greene
|
4e3cf59920
|
adding a helper method to make it easier to see where the user was redirected_to
|
2009-01-20 19:30:22 -05:00 |
|
Adam Greene
|
ce36e5890f
|
lets follow redirects that are on the same domain but a different subdomain...
|
2009-01-20 19:30:16 -05:00 |
|
Bryan Helmkamp
|
e53c64f763
|
Setup deprecated writers for the selenium_environment= and selenium_port= config methods
|
2009-01-20 00:32:19 -05:00 |
|
Bryan Helmkamp
|
0204c2766d
|
Change query params parser to work with Edge Rails
|
2009-01-20 00:25:52 -05:00 |
|
Kyle Hargraves
|
6529a016d1
|
Labels should only search for fields within the current scope
|
2009-01-19 13:45:36 -06:00 |
|
Bryan Helmkamp
|
14d114ce1d
|
Ensure the previous pages params aren't passed through redirect
|
2009-01-19 13:56:22 -05:00 |
|
Bryan Helmkamp
|
f7b4e673cd
|
reloads is deprecated, not reload
|
2009-01-18 17:19:46 -05:00 |
|
Kyle Hargraves
|
2b38b78724
|
field_labeled() should disregard labels without matching fields
|
2009-01-18 15:57:08 -06:00 |
|
Bryan Helmkamp
|
cbd323ac37
|
More info in the Unknown mode error message
|
2009-01-18 16:45:24 -05:00 |
|
Bryan Helmkamp
|
f92f9bead8
|
Parse content as HTML (unless the Content-Type is XML)
|
2009-01-18 16:34:42 -05:00 |
|