1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00
teamcapybara--capybara/spec/views
Thorbjørn Hermansen 233dbbde4c Added support for following links containing only an image via it's alt-attribute
Given the following HTML:
<a href="/foo"><img src="img.jpg" alt="Img alt text" /><a/>

@session.click_link("Img alt text") will now work and follow to "/foo"
2010-01-15 16:13:48 +01:00
..
buttons.erb Add support for <button> tag in Session#click_button 2009-11-28 18:22:48 +01:00
fieldsets.erb Added within_fieldset method 2009-11-24 21:32:25 +01:00
form.erb Merge branch 'master' of github.com:jnicklas/capybara 2010-01-12 23:07:30 +01:00
postback.erb Edge cases for links and buttons 2010-01-11 21:59:22 +01:00
tables.erb Added within table method 2009-11-24 21:45:52 +01:00
with_html.erb Added support for following links containing only an image via it's alt-attribute 2010-01-15 16:13:48 +01:00
with_js.erb Fix problem with broken pipes in Culerity? 2009-12-25 18:40:21 +01:00
with_scope.erb Added 'within' with nested scopes. 2009-11-14 15:11:29 +01:00
with_simple_html.erb Differentiate between source and body 2010-01-01 23:58:59 +01:00