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

18 commits

Author SHA1 Message Date
Jonas Nicklas
983acc93da Prove that HTML in textareas is handled correctly 2013-03-26 16:24:26 +01:00
CJ Kihlbom and Jonas Nicklas
1484902a0a Add options for fill_in 2013-02-24 16:41:20 +01:00
Jonas Nicklas
7e4d3b85f5 Use expect..to instead of the running alias 2012-10-30 14:26:19 +01:00
Jonas Nicklas
dd805d639b Ignore disabled fields and buttons, closes #771 2012-09-09 17:18:03 +02: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 and Nicklas Ramhöj
5935b6c052 Use HaveSelector matchers for more RSpec matchers 2012-06-08 17:07:12 +02:00
Jonas Nicklas and Nicklas Ramhöj
ad833a1e13 Selectors can no longer have custom failure messages 2012-06-08 15:53:25 +02:00
Jonas Nicklas
cc05b1d63b Raise an error when there are multiple elements found 2012-02-01 13:24:13 +01:00
Adam McCrea
7a383b4251 Add custom selectors to avoid duplication and to
centralize finder strategies and failure messages
2012-01-02 11:12:28 +01:00
Adam McCrea
dfc217f005 Add specs for finder error messages 2012-01-02 11:12:28 +01:00
Guilherme Carvalho
e61373fdc6 Made rack test driver honour maxlength constraints on text and password fields. Closes #210. 2011-03-06 01:06:10 +01:00
Jonas Nicklas
d72d9998ff Added spec which proves that URL fields work, closes #80 2010-06-29 21:58:57 +02:00
Jonas Nicklas
a94f9949d5 Merge remote branch 'ursm/input-without-type'
Conflicts:
	lib/capybara/driver/rack_test_driver.rb
	lib/capybara/driver/selenium_driver.rb
2010-06-19 17:46:54 +02:00
Bernerd Schaefer and Tim Pope
88d58ce991 In Selenium, support "<input type='search'/>" etc. 2010-06-16 15:06:20 -05:00
Keita Urashima
37e3012009 Add spec, all specs were made to pass. 2010-05-20 20:43:16 +09:00
Len Smith
a550cc458a raising an error if someone forgets to provide a hash to fill_in 2010-04-21 17:55:33 -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/fill_in_spec.rb (Browse further)