Thomas Jack
|
db9c5bdc77
|
Merge branch 'master' of git://github.com/brynary/webrat
|
2009-05-13 14:34:16 -05:00 |
Bryan Helmkamp
|
7b6b3168a2
|
Revert "Correct some specs that need full URLs"
This reverts commit 3e71ae3733 .
Conflicts:
spec/public/select_spec.rb
|
2009-05-11 16:51:42 -04: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
|
3e71ae3733
|
Correct some specs that need full URLs
|
2009-05-11 00:16:38 -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
|
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 |
mike.gaffney
|
7d4a2035f7
|
Merge commit '742db2d910d7baa51487400cb339a20bd7079418'
|
2009-04-22 12:15:27 -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 |
Andrew Premdas
|
742db2d910
|
added spec for click links by title - functionality is already done
|
2009-03-13 12:09:24 +00: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 |
Bryan Helmkamp
|
29c40bd73c
|
Pulling attribute conditions up from have_selector to have_xpath
|
2009-02-23 20:47:02 -05:00 |
Bryan Helmkamp
|
2296cadb93
|
Pulling features up from have_tag into have_selector
|
2009-02-23 20:11:25 -05:00 |
Bryan Helmkamp
|
b4687c29d5
|
Break out specs for matchers into separate files
|
2009-02-15 19:47:12 -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 |
Bryan Helmkamp
|
7ba620f38b
|
Whitespace
|
2009-02-15 18:57:53 -05:00 |
Peter Jaros
|
24eab77ecd
|
Accept do/end blocks in matchers. [#157 state:resolved]
|
2009-02-09 00:31:17 -05:00 |
Bryan Helmkamp
|
e97f7fafc5
|
Add a spec for two checkboxes with the same name (array style)
|
2009-02-08 20:58:43 -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 |
Kyle Hargraves
|
6529a016d1
|
Labels should only search for fields within the current scope
|
2009-01-19 13:45:36 -06:00 |
Bryan Helmkamp
|
b8b4a614c4
|
Use reload instead of deprecated reloads in spec
|
2009-01-19 13:40:58 -05:00 |
Kyle Hargraves
|
2b38b78724
|
field_labeled() should disregard labels without matching fields
|
2009-01-18 15:57:08 -06:00 |
Bryan Helmkamp
|
f92f9bead8
|
Parse content as HTML (unless the Content-Type is XML)
|
2009-01-18 16:34:42 -05:00 |
Bryan Helmkamp
|
9be3f772bf
|
Whitespace
|
2009-01-17 17:03:31 -05:00 |
Bryan Helmkamp
|
45c5a6a34d
|
Remove a couple pending specs
|
2009-01-17 17:02:05 -05:00 |
Zach Dennis
|
cdf9908f9e
|
Fixed bug where Scope was creating a new DOM rather than re-using the existing DOM. [#105 state:resolved]
|
2009-01-17 16:59:12 -05:00 |
Bryan Helmkamp
|
55bc6b8e00
|
Merge commit 'gaffo/lh_123' into lh_123
Conflicts:
History.txt
|
2009-01-17 16:27:39 -05:00 |
Bryan Helmkamp
|
3e3d8e3659
|
Raise a Webrat::NotFoundError if the scope passed to #within doesn't exist [#90 state:resolved]
|
2009-01-17 13:27:32 -05:00 |
Amos King
|
3707262e72
|
make asserts count for assert_contain
|
2009-01-14 11:00:42 -06:00 |
Amos King
|
ea930106b6
|
remove commented code and make assert_contain use a true assertion
|
2009-01-14 10:58:48 -06:00 |
Lena
|
b4d85cb50b
|
Added recognition of input tags with type button, which are generated by the Rails submit_to_remote helper
|
2009-01-07 12:27:47 +01:00 |
Mike
|
7bfa4c55c0
|
Merge branch 'lh_86_assert_contains' of git@github.com:gaffo/webrat into lh_86_assert_contains
|
2009-01-05 13:06:53 -06:00 |
Amos King
|
021f197abc
|
change assert_tag and assert_no_tag to assert_have_tag and assert_no_tag so it won't conflict with rails and so that it will be more like the matchers.
|
2009-01-05 13:03:08 -06:00 |
Amos King
|
ff00ae10ea
|
add have to assert_selector and assert_no_selector for consistency.
|
2009-01-05 12:59:56 -06:00 |
Amos King
|
f814b79ac1
|
change assert_xpath and assert_no_xpath to be assert_have_xpath and assert
_have_no_xpath to be closer to the rspec matcher.
|
2009-01-05 12:58:40 -06:00 |
Mike
|
7901c7503a
|
Merge branch 'master' of git://github.com/brynary/webrat into lh_86_assert_contains
|
2009-01-05 12:33:19 -06:00 |
Amos King
|
4e0845c8db
|
Added assert_xpath and assert_no_xpath for Test::Unit support.
|
2009-01-05 12:23:48 -06:00 |
Josh Knowles
|
9825aee47e
|
Don't follow external redirects
|
2009-01-04 23:56:52 -05:00 |
gaffo
|
fece459f5f
|
added assert_selector
|
2009-01-04 18:00:18 -06:00 |
gaffo
|
cf1589823d
|
added assert_tag, assert_no_tag
|
2009-01-04 17:42:54 -06:00 |
gaffo
|
0f0dab0b0b
|
Upaded to webrat newest
Signed-off-by: gaffo <mike@uberu.com>
|
2009-01-04 15:21:14 -06:00 |
Josh Knowles
|
e19b1cc323
|
Rails and Merb integration tests for following redirects
|
2008-12-29 23:14:26 -05:00 |
Josh Knowles
|
e77495bc04
|
Refactor redirect handling as Merb response doesn't support the redirect? method. All integration specs now passing again.
|
2008-12-29 22:45:55 -05:00 |