1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00
teamcapybara--capybara/lib/capybara/spec/session
Jonas Nicklas 2d5c8e066f Revert "Return html inside textareas when page is loaded. Closes #1025"
It seems like textareas must not contain HTML content according to the
HTML spec.

This reverts commit ca4781f186.

Conflicts:
	lib/capybara/spec/session/node_spec.rb
2013-03-27 14:54:16 +01:00
..
all_spec.rb Fix some specs, due to visibility changes 2013-02-15 22:09:40 +01:00
assert_selector.rb Decrease wait in specs time unless spec requires js 2012-10-30 14:10:22 +01:00
attach_file_spec.rb Add options to attach_file 2013-02-24 17:06:01 +01:00
body_spec.rb Use have_content over body.should include, closes #792 2012-08-30 15:59:43 +02:00
check_spec.rb Add options to check 2013-02-24 16:48:25 +01:00
choose_spec.rb Add options to choose 2013-02-24 16:48:14 +01:00
click_button_spec.rb Add options for click_button 2013-02-24 16:36:08 +01:00
click_link_or_button_spec.rb Add support for :disabled as a filter, instead of being harcoded, closes #982 2013-03-08 14:19:39 +01:00
click_link_spec.rb Spec for link :exact option 2013-02-24 16:35:52 +01:00
current_scope_spec.rb Expose current_scope as a session DSL method, closes #959 2013-02-18 22:40:36 +01:00
current_url_spec.rb formatting 2012-12-31 11:49:41 +01:00
evaluate_script_spec.rb Use a custom spec helper instead of shared specs 2012-07-21 16:46:56 -04:00
execute_script_spec.rb Use a custom spec helper instead of shared specs 2012-07-21 16:46:56 -04:00
fill_in_spec.rb Cast to string if field has maxlength value, closes #989 2013-03-26 21:29:44 +01:00
find_button_spec.rb Add options to finders 2013-02-24 17:47:53 +01:00
find_by_id_spec.rb Add options to finders 2013-02-24 17:47:53 +01:00
find_field_spec.rb Add support for :disabled as a filter, instead of being harcoded, closes #982 2013-03-08 14:19:39 +01:00
find_link_spec.rb Add options to finders 2013-02-24 17:47:53 +01:00
find_spec.rb Improve test for cast of text argument 2013-03-26 16:52:48 +01:00
first_spec.rb Add :all, :hidden, :visible as valid options of :visible, closes #944 2013-02-24 18:44:00 +01:00
has_button_spec.rb Support non string arguments 2012-09-06 09:33:43 +02:00
has_css_spec.rb Empty tags are invisible according to Selenium. Huh. 2013-02-15 23:23:48 +01:00
has_field_spec.rb Possibility to use 'textarea' and 'select' as a :type in Rspec matcher have_field() 2013-03-08 10:19:00 +01:00
has_link_spec.rb Support non string arguments 2012-09-06 09:33:43 +02:00
has_select_spec.rb Support non string arguments 2012-09-06 09:33:43 +02:00
has_selector_spec.rb Make text filter respect visibility filter 2013-02-17 16:09:14 +01:00
has_table_spec.rb Support non string arguments 2012-09-06 09:33:43 +02:00
has_text_spec.rb Add count options to has_text 2013-03-04 02:04:23 +03:00
has_title_spec.rb Add has_title matcher, thanks @nashby 2013-02-16 09:34:30 +01:00
has_xpath_spec.rb Fixing issue with have_xpath and have_css when count is 0 2012-09-25 11:35:25 +02:00
headers.rb Use a custom spec helper instead of shared specs 2012-07-21 16:46:56 -04:00
html_spec.rb Make source a true alias of html, closes #871 2012-11-20 14:24:39 +01:00
node_spec.rb Revert "Return html inside textareas when page is loaded. Closes #1025" 2013-03-27 14:54:16 +01:00
reset_session_spec.rb Add config option which disabled server errors being raise, closes #932 2013-02-16 11:04:40 +01:00
response_code.rb Use a custom spec helper instead of shared specs 2012-07-21 16:46:56 -04:00
save_page_spec.rb Added a spec for default case 2013-02-15 11:16:00 -08:00
screenshot.rb Add magic comment for Ruby2.0.0 2012-12-16 01:57:03 +09:00
select_spec.rb Add options to select 2013-02-24 17:02:32 +01:00
source_spec.rb Make source a true alias of html, closes #871 2012-11-20 14:24:39 +01:00
text_spec.rb Add option to text which makes it possible to return all text, not just invisible text, closes #960 2013-02-17 14:47:32 +01:00
title_spec.rb Add #title method to Capybara::Node::Document 2013-02-06 21:36:55 +02:00
uncheck_spec.rb Add options to uncheck 2013-02-24 16:48:33 +01:00
unselect_spec.rb Send through options to unselect 2013-02-24 17:03:12 +01:00
visit_spec.rb Use have_content over should match 2013-02-26 08:30:55 +01:00
within_frame_spec.rb test for issue #686 2013-02-22 11:51:39 -08:00
within_spec.rb fix failing specs due to invalid css 2013-02-18 13:08:34 -08:00
within_window_spec.rb Use a custom spec helper instead of shared specs 2012-07-21 16:46:56 -04:00