1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00
Commit graph

10 commits

Author SHA1 Message Date
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
6dd98ac79b Empty tags are invisible according to Selenium. Huh. 2013-02-15 23:23:48 +01:00
Jarl Friis
8117598927 Fixing issue with have_xpath and have_css when count is 0 2012-09-25 11:35:25 +02:00
Jarl Friis
48166e14ad Demonstrating problem 2012-09-25 10:49:15 +02:00
Jarl Friis
5e6a0133e3 Fixing edge case to be really edge 2012-09-25 10:49:15 +02:00
Jonas Nicklas
2462443f89 Use a custom spec helper instead of shared specs 2012-07-21 16:46:56 -04:00
Jonas Nicklas
cc05b1d63b Raise an error when there are multiple elements found 2012-02-01 13:24:13 +01:00
Keith Marcum
4ef81348a4 Convert count, minimum, and maximum to integers 2011-03-05 23:06:33 +01:00
James B. Byrne
45b55b138d Added :between, :maximum, and :minimum conditions to has_css? and
has_no_css? matcher methods.
2010-10-29 12:02:43 -04: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/has_css_spec.rb (Browse further)