diff options
Diffstat (limited to 'site/features/support/paths.rb')
-rw-r--r-- | site/features/support/paths.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/site/features/support/paths.rb b/site/features/support/paths.rb index 92e736e..8bd2f36 100644 --- a/site/features/support/paths.rb +++ b/site/features/support/paths.rb @@ -41,6 +41,9 @@ module NavigationHelpers when /newest agenda item page/ agenda_item_path(AgendaItem.last) + when /newest agenda item edit page/ + edit_agenda_item_path(AgendaItem.last) + # Add more mappings here. # Here is an example that pulls values out of the Regexp: # |