diff --git a/features/steps/invites.rb b/features/steps/invites.rb
index 5e8feff5095b1e0e6fd7d0ed443528bad327c113..dac972172aa07dd1907fbb65dcb7c4d530154a26 100644
--- a/features/steps/invites.rb
+++ b/features/steps/invites.rb
@@ -63,7 +63,7 @@ class Spinach::Features::Invites < Spinach::FeatureSteps
   end
 
   step 'I should be redirected to the dashboard' do
-    expect(current_path).to eq(dashboard_path)
+    expect(current_path).to eq(dashboard_projects_path)
   end
 
   step 'I should see a notice telling me I have declined' do