mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
removed mention of broken unchecking from readme
This commit is contained in:
parent
6fa5b4c773
commit
1e3260664d
1 changed files with 2 additions and 3 deletions
|
@ -94,7 +94,7 @@ Interaction:
|
||||||
fill_in – Currently broken with password fields under Culerity
|
fill_in – Currently broken with password fields under Culerity
|
||||||
choose
|
choose
|
||||||
check
|
check
|
||||||
uncheck – Currently broken under Culerity
|
uncheck
|
||||||
attach_file
|
attach_file
|
||||||
select
|
select
|
||||||
|
|
||||||
|
@ -159,8 +159,7 @@ Capybara is hosted on Gemcutter, install it with:
|
||||||
<tt>page.should have_xpath('//ul/li')</tt> and <tt>page.should
|
<tt>page.should have_xpath('//ul/li')</tt> and <tt>page.should
|
||||||
have_content('Monkey')</tt> instead.
|
have_content('Monkey')</tt> instead.
|
||||||
|
|
||||||
* Unchecking checkboxes and filling in password fields is currently broken under
|
* Filling in password fields is currently broken under Culerity.
|
||||||
Culerity.
|
|
||||||
|
|
||||||
* Domain names (including subdomains) don't work under rack-test. Since it's a
|
* Domain names (including subdomains) don't work under rack-test. Since it's a
|
||||||
pain to set up subdomains for the other drivers anyway, you should consider an
|
pain to set up subdomains for the other drivers anyway, you should consider an
|
||||||
|
|
Loading…
Reference in a new issue