Commit Graph

21 Commits

Author SHA1 Message Date
Thomas Walpole 883aaafb21 test update 2017-03-27 09:55:56 -07:00
Thomas Walpole 16a23ae000 optgroups don't nest 2017-01-02 10:47:32 -08:00
Thomas Walpole 53f304ad32 Add support for fieldset disabled attribute to rack-test driver 2016-12-29 15:49:36 -08:00
Thomas Walpole c5d7089e0e generally prefer ruby 1.9 hash format 2016-10-04 11:10:29 -07:00
Thomas Walpole b5655e9b9b support custom filter block in selector finders/matchers/assertions 2016-09-29 09:16:15 -07:00
Thomas Walpole 04b179e71b Add support for aria-label attribute in finders - Issue #1528 2016-08-03 13:16:30 -07:00
Thomas Walpole 5030a152f3 add locate field attribute filter set 2016-05-01 13:06:31 -07:00
Thomas Walpole 5385ff0116 make locator optional in finders 2016-04-20 12:18:51 -07:00
Thomas Walpole 07e7777425 frozen literal magic comment 2016-03-07 16:52:19 -08:00
Thomas Walpole 5542d127b0 skip_if value does not need to be included in valid values for filter 2015-09-19 11:42:45 -07:00
Jillian Rosile 1c8406e5e7 Changing :disabled option to be tristate
* Allowing true, false, or :all for all selectors with :disabled option
* Adding skip_if option to Filter to skip the filter (i.e. return true) if this value is passed
2015-09-18 21:51:21 -06:00
Thomas Walpole cc407e2fc5 readonly support for :field selector (find_field) = Issue #1385 2015-08-25 14:25:42 -07:00
Thomas Walpole 0a007820b1 move selector description to the selector object 2014-07-02 16:54:39 -07:00
Thomas Walpole ba37f78692 Update all tests to "expect" format and add support for RSpec 3 usage
Swap from :skip to :capybara_skip since :skip is now used by RSpec 3
Add rspec 3 testing to beta gemfile
2014-04-02 14:33:26 -07:00
Jonas Nicklas 9f516cfd7a Add support for :disabled as a filter, instead of being harcoded, closes #982 2013-03-08 14:19:39 +01:00
CJ Kihlbom and Jonas Nicklas ab8f723349 Add options to finders 2013-02-24 17:47:53 +01:00
Jonas Nicklas 7e4d3b85f5 Use expect..to instead of the `running` alias 2012-10-30 14:26:19 +01:00
Jonas Nicklas c7bf8359f2 Support non string arguments
Most of this work was done in the xpath gem, this
commit really only adds tests.
2012-09-06 09:33:43 +02:00
Jonas Nicklas 2462443f89 Use a custom spec helper instead of shared specs 2012-07-21 16:46:56 -04:00
Jonas Nicklas 3070441cab Find and locate now do the same thing
The distinction was confusing and not helpful
under any circumstances really.
2010-07-19 20:18:16 +02:00
Jonas Nicklas cf1aa4d073 Moved shared specs into lib directory
This way, implementations of other drivers can
use the specs to verify that they are working
correctly.
2010-04-09 16:41:35 +02:00
Renamed from spec/dsl/find_field_spec.rb (Browse further)