webrat/TODO.txt

10 lines
489 B
Plaintext
Raw Normal View History

2008-11-07 16:42:16 +00:00
Run tests in separate processes to eliminate constant-level dependencies
Add rake tasks for selenium runs
Add tests for selenium
2008-11-06 18:52:47 +00:00
Add tests for locator strategies
2008-11-07 06:11:54 +00:00
Use Webrat::Methods for Rails integration
2008-11-06 18:52:47 +00:00
Get file uploads workign with merb
2008-10-26 21:02:58 +00:00
Fix #within scoping for forms that exist outside the scope
2008-03-02 20:14:52 +00:00
Make current_url work with redirections
2008-11-06 18:52:47 +00:00
Track the current form based on the location of the last manipulated input, use this as a default for click_button
Verify SSL support in Rails and Merb