Commit Graph

10 Commits

Author SHA1 Message Date
Jonas Nicklas 6e488b6a8d Support title in simple nodes 2013-02-16 09:59:07 +01:00
Jonas Nicklas e330e88a5e Merge branch 'capy21'
Conflicts:
	spec/basic_node_spec.rb
2013-02-15 22:53:15 +01:00
Jonas Nicklas f17b37bdba Merge pull request #948 from benlovell/add_element_disabled
Add element disabled?
2013-02-15 13:32:31 -08:00
Jonas Nicklas c6cd6acad3 Fix basics nodes 2013-02-15 22:14:07 +01:00
Jonas Nicklas 7793d91bfd Close tag properly 2013-02-10 15:56:59 +01:00
benlovell b375a1c988 Added disabled? to simple node 2013-01-29 08:54:14 +00:00
Jonas Nicklas 46f0761aa9 Fix basic node spec 2012-09-09 17:41:19 +02:00
Jo Liss a3fae41d93 Make error messages about :text come out unescaped
I looked into 60ed5145 and discovered that Capybara::Query#initialize escapes
options[:text]. I think this is a bit confusing, and it messes up the error
message, so options[:text] is now escaped on the fly in matches_filters?.

Also add tests with blanks in them just to be on the safe side.
2012-01-04 00:35:53 +01:00
Jared Ning 455c0513d5 Add custom matcher css method like xpath. 2011-09-29 15:04:51 -05:00
Jonas Nicklas d223d542f7 Move more of node functionality into subfolder
We have too many top level files, we have multiple
classes in the same file. This allows us to solve
both problems, while also providing a good place
for the new Capybara::Node::Simple (formerly
Capybara::StringNode)
2010-11-21 14:37:45 +01:00