finish upgrade of selenium

these were manual cherry-picks of the rails upgrade work.
This commit is contained in:
Reinier Balt 2010-07-27 23:32:22 +02:00
parent 551eab19a5
commit e2841e31eb
9 changed files with 80 additions and 48 deletions

View file

@ -9,7 +9,23 @@ module NavigationHelpers
case page_name
when /the home\s?page/
'/'
root_path
when /the statistics page/
stats_path
when /the signup page/
signup_path
when /the login page/
login_path
when /the notes page/
notes_path
when /the contexts page/
contexts_path
when /the manage users page/
users_path
when /the repeating todos page/
recurring_todos_path
when /the integrations page/
integrations_path
# Add more mappings here.
# Here is an example that pulls values out of the Regexp: