.. |
driver
|
Pulled out find/have methods into Searchable module to be shared by Session and Node(for relative searching)
|
2009-12-24 00:41:34 -05:00 |
dsl
|
Session#locate - return node identified by locator or raise ElementNotFound(using desc)
|
2009-12-31 14:04:38 -05:00 |
fixtures
|
Changed to use selenium-webdriver and it works!
|
2009-11-14 10:44:46 +01:00 |
public
|
has_*? methods now autowait for content
|
2010-01-01 19:36:45 +01:00 |
session
|
Run driver spec as remote instead
|
2009-12-19 12:40:08 +01:00 |
views
|
Fix failing specs
|
2009-12-25 18:50:01 +01:00 |
capybara_spec.rb
|
Reduce timeout for specs so they run faster
|
2010-01-01 18:45:30 +01:00 |
drivers_spec.rb
|
Moved has_*? back to session from searchable
|
2010-01-01 18:29:30 +01:00 |
dsl_spec.rb
|
Merge remote branch 'denro/evaluate_script'
|
2009-12-12 21:56:32 +01:00 |
save_and_open_page_spec.rb
|
spec bug fix
|
2009-11-22 18:58:43 +01:00 |
searchable_spec.rb
|
Moved has_*? back to session from searchable
|
2010-01-01 18:29:30 +01:00 |
server_spec.rb
|
Server is smarter about choosing open port, Closes #4
|
2009-12-13 14:33:14 +01:00 |
session_spec.rb
|
Session#locate - return node identified by locator or raise ElementNotFound(using desc)
|
2009-12-31 14:04:38 -05:00 |
session_with_headers_support_spec.rb
|
Session integration & specs for response_headers
|
2009-12-18 13:33:36 -05:00 |
session_with_javascript_support_spec.rb
|
has_*? methods now autowait for content
|
2010-01-01 19:36:45 +01:00 |
session_without_headers_support_spec.rb
|
Session integration & specs for response_headers
|
2009-12-18 13:33:36 -05:00 |
session_without_javascript_support_spec.rb
|
Session#locate - return node identified by locator or raise ElementNotFound(using desc)
|
2009-12-31 14:04:38 -05:00 |
spec_helper.rb
|
Reduce timeout for specs so they run faster
|
2010-01-01 18:45:30 +01:00 |
test_app.rb
|
Ruby 1.9 compatibility
|
2009-12-19 11:52:08 +01:00 |
wait_until_spec.rb
|
Provides timeout similar to standard library Timeout, but avoids threads
|
2009-12-31 13:56:23 -05:00 |
xpath_spec.rb
|
Expose append and prepend as public for xpath
|
2009-12-13 15:02:25 +01:00 |