ALL SELENIUM TESTS PASSING!!

Caught a couple of things that I had to fix plus a handful of broken tests. This is the first time in forever that we have a fully successful selenium suite.
This commit is contained in:
Eric Allen 2009-10-13 22:34:37 -04:00
parent e32b23c615
commit 96f510abd4
10 changed files with 39 additions and 32 deletions

View file

@ -22,6 +22,7 @@ else
page << "$('#todo_context_name').val('#{@project.default_context.name}');" if @project.default_context
page << "$('input[name=default_context_name]').val('#{@project.default_context.name}');" if @project.default_context
page << "$('#todo_project_name').val('#{@project.name}');"
page << "defaultContexts = #{default_contexts_for_autocomplete};"
page << "defaultTags = #{default_tags_for_autocomplete};"
end