Commit Graph

  • 5e4ffeae9f ensure query strings are built correctly for mechanize master John Bintz 2010-06-01 14:29:57 -0400
  • 0856d8d405 potential fix for invalid query string construction John Bintz 2010-06-01 14:10:39 -0400
  • a3abe5782c Add spec that shows nested file inputs. rails_attach_file Damian Janowski 2010-05-14 13:20:07 -0300
  • 8f637e6785 Bumping version to prerelease until next release Bryan Helmkamp 2010-04-26 22:15:41 -0400
  • 312c175384 Releasing v0.7.1 v0.7.1 Bryan Helmkamp 2010-04-26 22:10:16 -0400
  • 39183b031a Limit the amount of error pages open. limit_open_errors Damian Janowski 2010-04-23 18:57:11 -0300
  • 7cde0573c0 Update changelog. Damian Janowski 2010-04-23 13:19:45 -0300
  • 43b19eeafa Fix have_xpath not matching negative expectation in the block. Luismi Cavalle 2009-04-14 00:11:01 +0200
  • 107bdf7cf9 Update Gemfile to the newest Bundler. Damian Janowski 2010-04-23 13:15:30 -0300
  • 71a281066e Update changelog. Damian Janowski 2010-04-23 13:09:05 -0300
  • 438e53c295 Fix broken integration test in 1.9.1-p378. Damian Janowski 2010-04-22 19:09:45 -0300
  • 80ea640901 Fix selenium webrat tests in FF/Safari -- locatedLabel.htmlFor returns empty string in FF/Safari which breaks location strategy for label Noah Davis 2010-04-20 23:44:08 -0400
  • 68d5fde17a Move verbose selenium output that can clutter build output behind setting Noah Davis 2010-04-20 11:42:42 -0400
  • 1979a7fc7f Use `htmlFor` on IE. Damian Janowski 2010-04-15 15:40:03 -0300
  • 06bb72d24f fix post method in mechanize adapter to handle data as array or hash Álvaro Gil 2010-04-13 14:29:49 -0300
  • c49123c772 Fix Mechanize spec. Damian Janowski 2010-04-13 13:25:28 -0300
  • 2c9de38129 Add missing spec that shows a regression after e3bcf5. Damian Janowski 2010-04-13 12:57:25 -0300
  • 2a6c67b17b Fix delegation of `response_headers` method. Damian Janowski 2010-04-13 12:04:36 -0300
  • 38e699820f Merge remote branch 'wemrysi/master' into mechanize_redirects Damian Janowski 2010-04-13 12:01:22 -0300
  • 4c62279fc1 The WWW namespace is deprecated as of Mechanize 1.0. Damian Janowski 2010-04-12 23:36:50 -0300
  • deccefa2c3 Some explicit requires of RubyGems are necessary for integration tests. Damian Janowski 2010-04-12 23:30:56 -0300
  • 10c70a37de Get rid of needless require "rubygems" Simon Rozet 2010-02-03 02:13:19 +0100
  • 19fc2ccb89 Remove warnings [#372 state:resolved]. Damian Janowski 2010-04-12 22:21:59 -0300
  • fd944cccb5 Webrat::Core::Session#redirect? should not mistake a 304 for a redirect. Larry Marburger 2010-01-09 10:54:58 -0500
  • 0bbf163d4f Better stack traces when using class_eval (Alex Chaffee). Damian Janowski 2010-04-12 17:45:10 -0300
  • ef6874c855 Allow submitting forms by CSS selectors too. Damian Janowski 2010-04-12 17:35:12 -0300
  • e3bcf5c599 Merge branch 'nested_params_support' Damian Janowski 2010-04-12 17:22:54 -0300
  • bd6cd436de Point users in the right direction when selenium is not available. Damian Janowski 2010-04-12 16:39:27 -0300
  • e36487458f test added for nested params files upload Álvaro Gil 2010-04-09 11:38:33 -0300
  • c49e23d81d fixes #341 attach_file with nested attributes Álvaro Gil 2010-04-05 11:31:38 -0300
  • 15102bd60d !trivial: define and call class methods in From appropriate Álvaro Gil 2010-04-05 11:07:35 -0300
  • fa881a88c8 build querystring with all form elements and then parse to get query params Álvaro Gil 2010-04-02 22:14:46 -0300
  • 2f12422ae8 New webrat configuration option selenium_firefox_profile which is passed to selenium server Noah Davis 2010-02-26 15:50:00 -0500
  • 67febe9072 Normalize access to response headers in adapters Emrys Ingersoll 2010-02-20 17:06:30 -0500
  • 56b2f342da Adding spec for disabling automatic redirects in Mechanize Emrys Ingersoll 2010-02-18 19:04:11 -0500
  • b2dddf2f09 Disable the automatic following of redirects in the Mechanize instance so they can be handled by Webrat::Session Emrys Ingersoll 2010-02-18 18:33:22 -0500
  • d9d9cc1fcc Added application_port_for_selenium to webrat configuration. The use case is when you want to test through a web server sitting in front of your application server. lukemelia 2010-01-18 09:47:32 -0500
  • 0387d9eacc Bumping version to prerelease until next official release Noah Davis 2010-01-17 20:48:23 -0500
  • d73eca71ee Releasing v 0.7.0 v0.7.0 Noah Davis 2010-01-17 20:44:20 -0500
  • 8d2fa24b4a Added missing dependency "rack-test" to gemspec (LH #339) Noah Davis 2010-01-17 20:42:37 -0500
  • eb3a4ff5d6 Whitespace Bryan Helmkamp 2010-01-17 20:35:42 -0500
  • 4ac8456a48 Replaced selenium standalone jar to fix Snow Leopard + Firefox 3.5 issue hpoydar 2010-01-13 16:43:47 -0500
  • 3159ae081f changelog update Noah Davis 2010-01-17 20:23:48 -0500
  • ccaf41160c Save and open page storage directory now defaults to "tmp" under current directory if exists, otherwise current directory Noah Davis 2010-01-17 18:29:35 -0500
  • d50d24e09e Documentation fix for application environment Noah Davis 2010-01-17 18:08:40 -0500
  • 1874f6d395 Removed save_and_open_page's rewriting of static asset paths before saving (was not actually working) Noah Davis 2010-01-16 19:28:29 -0500
  • 71dcfb327d Save and open page directory specified via configuration Noah Davis 2010-01-16 19:18:28 -0500
  • db168bedec Make "should contain" ignore extra whitespace when doing string comparisons Noah Davis 2010-01-13 16:42:57 -0500
  • f9985cd488 Make selenium matchers handle negative match more consistently with positive match lukemelia 2010-01-05 18:33:45 -0500
  • b64d68a2a8 Bump VERSION to prerelease Bryan Helmkamp 2009-11-28 00:24:27 -0500
  • 4081fe5538 Prep for 0.6.0 release v0.6.0 Bryan Helmkamp 2009-11-28 00:18:58 -0500
  • 3bd7266ab9 Merge branch 'lh_292' Bryan Helmkamp 2009-11-15 16:51:23 -0500
  • a9ff3efcd7 History Bryan Helmkamp 2009-11-15 16:50:03 -0500
  • 61b0fce828 Base64 encoding of HTTP basic auth credentials should omit newlines (do not enforce a 76 character line limit) Michael Klett 2009-09-23 10:46:17 -0400
  • f9f2a98189 History Bryan Helmkamp 2009-11-15 16:42:39 -0500
  • 51bdded2ce require 'nokogiri' in rspec-rails include file David Chelimsky 2009-09-23 23:04:43 -0500
  • 4de7d64776 History Bryan Helmkamp 2009-11-15 16:42:39 -0500
  • 13d513837a Merge remote branch 'dchelimsky/require_nokogiri' into lh_293 Bryan Helmkamp 2009-11-15 16:41:37 -0500
  • ba95363486 Spec fix: Don't depend on Nokogiri #inspect output Bryan Helmkamp 2009-11-15 16:38:09 -0500
  • 672bd583af Whitespace Bryan Helmkamp 2009-11-15 16:29:44 -0500
  • 0536360773 History Bryan Helmkamp 2009-11-15 16:29:27 -0500
  • ea4a52ccf1 add support for Rails 2.3.4 form authenticity tokens Jonathan Weiss 2009-11-09 17:32:46 +0100
  • cbb07306d4 Regenerate gemspec with thor tasks Bryan Helmkamp 2009-11-15 16:07:38 -0500
  • 5a05d860ec Use simple Thor tasks for release management instead of Jeweler Bryan Helmkamp 2009-11-15 15:49:08 -0500
  • 05af4dd2a0 Switching to Safari until Snow Leopard + Firefox + Selenium is fixed Bryan Helmkamp 2009-11-13 21:23:27 -0500
  • 7812f25741 Don't blow up if PID doesn't exist at the end Bryan Helmkamp 2009-11-13 21:22:41 -0500
  • fcde80f43f Avoid Selenium test bleed by ending with an assertion about the next page Bryan Helmkamp 2009-11-13 21:17:41 -0500
  • 1ce72b6912 Ending selenium tests with assertions avoids "test bleed" Bryan Helmkamp 2009-11-13 21:10:25 -0500
  • bb282d992e Remove a couple more bogus tests Bryan Helmkamp 2009-11-13 21:07:21 -0500
  • f6dd24f7c5 Remove bogus integration tests that were passing (sometimes) by coincidence Bryan Helmkamp 2009-11-13 20:57:55 -0500
  • d0cadf8a76 Update file location for Rails 2.3.4 Bryan Helmkamp 2009-11-13 20:52:14 -0500
  • 1c28425583 Use Bundler for managing dependencies needed to run the tests Bryan Helmkamp 2009-11-13 17:41:33 -0500
  • 9a92afedff require 'nokogiri' in rspec-rails include file David Chelimsky 2009-09-23 23:04:43 -0500
  • f51b745e89 When a timeout occurs in wait_for, include the HTML from Selenium in the exception Bryan Helmkamp 2009-09-22 15:23:49 -0400
  • 8dacd973aa Regenerated gemspec for version 0.6.rc1 v0.6.rc1 Bryan Helmkamp 2009-09-22 12:44:56 -0400
  • 194d3250cc Prep for 0.6.rc1 release Bryan Helmkamp 2009-09-22 12:41:57 -0400
  • b68c6859e8 History Bryan Helmkamp 2009-09-22 12:41:41 -0400
  • 87c54dde2e Fix typo in Rakefile Bryan Helmkamp 2009-09-19 17:55:57 -0400
  • 042b416092 Whitespace Bryan Helmkamp 2009-09-19 17:34:09 -0400
  • 40d7f970e0 Gracefully handle cases where RSpec is not installed in Rakefile Bryan Helmkamp 2009-09-19 17:32:42 -0400
  • 03f2023117 Make link location in Selenium more reliable and consistent with non-Selenium Bryan Helmkamp 2009-09-18 15:48:08 -0400
  • b51ba029db Fix support for passing in an ActiveRecord model to within (which uses dom_id) LB/BH Bryan Helmkamp 2009-09-18 11:28:07 -0400
  • 862471476f Run Selenium tests during spec:integration Bryan Helmkamp 2009-09-17 22:13:10 -0400
  • c689166c48 Fix "element.getAttribute is not a function" Selenium errors when filling in fields Bryan Helmkamp 2009-09-17 21:32:56 -0400
  • 3a9e7d3999 Fix bugs when dealing with special characters in labels Bryan Helmkamp 2009-09-17 21:18:52 -0400
  • 63e1053afa Fix bug in Selenium when dealing with special characters in link text Bryan Helmkamp 2009-09-17 20:28:19 -0400
  • aae82b5111 Whitespace Bryan Helmkamp 2009-09-17 20:15:40 -0400
  • e7a3ac865c Guard tests for things that aren't supported in Selenium yet Bryan Helmkamp 2009-09-17 20:13:04 -0400
  • 8772505322 History Bryan Helmkamp 2009-09-07 14:16:23 -0400
  • b0ef59f5ec Properly handle multiline param values (previously, subsequent lines were lost) Bryan Helmkamp 2009-09-07 14:04:32 -0400
  • ad06a777fb Re-introduce VERSION constant, but don't make it dependent on the VERSION file Bryan Helmkamp 2009-09-07 13:25:33 -0400
  • 756a0c62ba Make build task depend on gemspec. Closes GH issue #15 Bryan Helmkamp 2009-09-07 13:22:57 -0400
  • 63591a8c30 History Bryan Helmkamp 2009-09-07 13:18:57 -0400
  • ecaed5ff93 Merge commit 'm3talsmith/master' into gh_18 Bryan Helmkamp 2009-09-07 13:16:53 -0400
  • b0a8922eb4 History Bryan Helmkamp 2009-09-07 13:08:34 -0400
  • 2490c247d2 More clarification of select option locating behavior. Bryan Helmkamp 2009-09-07 12:53:06 -0400
  • 00c49a0521 Simplify select option matching code. Minor behavior change: Bryan Helmkamp 2009-09-07 12:44:54 -0400
  • b7ea26841e Add some development dependencies (needed for running the specs) Bryan Helmkamp 2009-09-07 12:44:42 -0400
  • a8d0cebde3 Various improvements, refinements, and bugfixes for select field usage. Kieran Pilkington 2009-08-31 18:34:04 +1200
  • 98efa54900 Whitespace Bryan Helmkamp 2009-08-29 16:09:30 -0400